I am using BeanUtils.setProperty and BeanUtils.getProperty for setting the values and retrieving values from my formbean.It works fine for a property of type String .In case I have a VO (valueObject ) as a property in my formbean , getProperty method from BeanUtils returns a string represntation of the my VO . I have problems with casting this String to my VO.Can somebody suggest me how to cast the returned string to my VO.
thanks & regards __________________________________ Discover Yahoo! Have fun online with music videos, cool games, IM and more. Check it out! http://discover.yahoo.com/online.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]