Hi, I am Norman.
Instead of creating a new form bean for each form, can we create a generic form class that can collect all the data in a form? Using methods in the request object through which we can find all the control names and their values or a definition that identifies form data to be copied to the generic form bean, we eliminate mechanical coding get and set properties for each new form. Other generic form processing can be added to this form as well. To further "validate" the form, we can extend generic form class for each specific form. The intent is to write minimal amount of new code for new application or function. Any comments, opinions, criticism? Thanks Ryan Norman -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

