This has nothing todo with it, already changed that part (I do know the 
code snipplet does not reflect this). Its because google always keep 
their formats in us locale not matter what the browser tells. So this 
gives a horrible conversion effect. making the numbers explode on EU 
locale. So inorder to work on european locale, the google related 
variables/markup parts must be converted via US locale.


Regards Nino

Ryan Gravener wrote:
> 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] <mailto:[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]
>     <mailto:[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
>   

-------------------------------------------------------------------------
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