I am passing a hidden field from my JSP to my form
bean:

<html:hidden name="postForm" property="parent"
value="0"/>

Is the property "parent" considered a String in the
form bean?  Do I have to use 

BeanUtils.copyProperties( postDTO, postForm );

to convert that property to a primitive type int?

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

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

Reply via email to