> So you would suggest formating the number after it is copied into my 
> form bean?  It is a string at this point.

Anything that's collected from the page has to be a string. If you're goihng
to display a number, not collect it, I'd leave it in numeric format in the
bean and use a JSTL tag to format it:

<fmt:formatNumber..../>


--
Tim Slattery
[EMAIL PROTECTED]


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

Reply via email to