using fmt:Number as below and putting the value in the input field.
<fmt:formatNumber value="${Form1.map.revenue}" type="currency"
currencySymbol="" var="rev"/>
<html:text name="Form1" property="totRev" value='<%=
pageContext.getAttribute("rev").toString() %>'/>
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?
Thanks.
_________________________________________________________________
Try the new Live Search today!
http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&FORM=WLMTAG
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]