> I have an application where I am using html:text to allow the 
> user to input floating point numbers.  This works fine, 
> except for when the numbers are fairly small, ie 0.0000001.  
> In this case, I can use the 
> org.apache.struts.taglib.bean.format.float property to set 
> display, but when I pre-populate the edit page, the html:text 
> element displays the float in scientific notation.  Is there 
> any way to control how html:text formats the value?

I suspect the only way to do this is to have the <html:text...> elements
correspond to text properties. Then you can have the getter format the data
any way you want.

--
Tim Slattery
[EMAIL PROTECTED] 


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

Reply via email to