You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Edi <ed...@yahoo.com> on 2007/10/22 12:48:45 UTC

float value problem?

Hello,

I have one field name called Maximum value. It's a float value in DB. I have
put 1000. This data have stored in DB. When I edit this data, It's looks
like 1,000(one comma have added here). How can I avoid this problem?


-- 
View this message in context: http://www.nabble.com/float-value-problem--tf4670119.html#a13340584
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: float value problem?

Posted by Johan Compagner <jc...@gmail.com>.
thats the toString representation.
Just use another converter for that

johan



On 10/22/07, Edi <ed...@yahoo.com> wrote:
>
>
> Hello,
>
> I have one field name called Maximum value. It's a float value in DB. I
> have
> put 1000. This data have stored in DB. When I edit this data, It's looks
> like 1,000(one comma have added here). How can I avoid this problem?
>
>
> --
> View this message in context:
> http://www.nabble.com/float-value-problem--tf4670119.html#a13340584
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>