RE: format/unformat of input values

2006-10-11 Thread fea jabi
My first was the same. Thanks, Dave for your response. From: "Dave Newton" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: RE: format/unformat of input values Date: Wed, 11 Oct 2006 09:47:08 -0400 Fro

RE: format/unformat of input values

2006-10-11 Thread Dave Newton
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?

format/unformat of input values

2006-10-11 Thread fea jabi
using fmt:Number as below and putting the value in the input field. currencySymbol="" var="rev"/> 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 d