Commit 0746a586 authored by bpandey's avatar bpandey

added trim on unitForm and geoLocation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93792 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 01aae7db
...@@ -324,7 +324,7 @@ function isLocationSelected() ...@@ -324,7 +324,7 @@ function isLocationSelected()
</form> </form>
<% <%
geo_loc = request.getParameterValues("geo_loc"); geo_loc = request.getParameterValues("geo_loc");
unit_form = request.getParameterValues("unit_form"); unit_form = request.getParameterValues("unit_form");
String geoLoc = "", unitFrm = ""; String geoLoc = "", unitFrm = "";
if (geo_loc == null) if (geo_loc == null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment