Is there currently a way in struts to populate a bean to a bean with only a subset of the properties of the source bean? For example, the form bean may have username, password and password2, and a bunch of other properties, but the actual object to encapsulate the form info may only want to keep everything except password2.
Perhaps a method in PropertyUtils that won't throw an exception if the property setter is not found in the destination bean would be useful? - boon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

