In my business logic I return a java.util.List to my action. In this action I run through the list and use the BeanUtils.copyProperties() to convert the List elements into formbeans. The problem is that in the business object the property "actual" is a Double and in the formBean it is a string. This leads me to have text fields with 1.4779002E7 as the value. I there any way to get around this?


Nathan Maves Sun Microsystems


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

Reply via email to