Milan Milanovic wrote:
Uf, bug again :-(((.

Is there any custom type-converter for Double-s that doesn't have this error
?

--
Milan

A custom type-converter means you can write one yourself for that specific property. It's very simple:

http://struts.apache.org/2.0.11.2/docs/type-conversion.html

Personally I never use Double in an action and instead opt for BigDecimal to maintain precision correctly.

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

Reply via email to