Hey Nino, remember that I changed longtitude to longitude.  So try doing new
HiddenField("longitudeCenter", new
PropertyModel(gMap.getCenter(),"longitude"))
.

 try changing

On 29/05/07, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>
wrote:

Hi I have a form

    <form wicket:id="Form">
   <input type="hidden" wicket:id="longtitudeNE" name="longtitudeNE"
id="longtitudeNE">
    </form>


java part:

        gMapUpdatingForm.add(new HiddenField("longtitudeCenter", new
PropertyModel(
                gMap.getCenter(), "longtitude")));


If I am in US locale numbers are interpreted okay, however if in
european locale they dont. Thats because the value are in US locale so
how do I tell that these two fields should be interpereted as US. I have
tried overiding the getlocale, but it does not seem to work?

Should I create my own IConverter?

regards Nino


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user




--
Ryan Gravener
fbb55c59d619f3cd68ac4f70ebeca372
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to