In the struts-example, there is an OrganizationForm, and an Organization bean. They 
have identical fields and getters and setters. Why is the logic duplicated in both 
places? Couldn't OrganizationForm extend Organization, or "have a" organization bean 
in it that you could reference from a form somehow? This seems like a lot of 
duplication that doesn't add value.

Am I missing something here?

Ryan


Reply via email to