The Java "types" of the properties in my form bean sometimes are not the same as those of the data fields in my database.
The request.getParameter(); always return a String. I can use the copyProperties() method of the BeanUtils to convert all the String(s) read from the web page to proper Java "types" in my form bean. What do I do when the property type in my form bean does not match the data field type in my POJO bean? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]