From: fea jabi [mailto:[EMAIL PROTECTED]
> using fmt:Number as below and putting the value in the input field.
> 
> But, when form is submitted the value in the input field is comma
> separated. How to make this value unformatted when form is submitted? 
> Is there something in JSTL that does this? Ofcourse can do this using
> javascript. But wondering how others implemented this kind of values?

I would assume you'd have to do this via JavaScript: it's just going to
submit whatever is in the form field regardless of how it's formatted,
no?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to