Hi, all. I have several checkboxes in several JSP pages. In each page, there are different sets of checkboxes that needs to be in checked status during page loads.
The option I have in mind is to make a separate ActionForm and Action class for each page but I thought that maintenance wise this is not appropriate because I need to revise several classes when some procedure changes. The Action that needs to be done is the same accross all JSP pages, just that these pages has different sets of accounts that needs to be in checked status during page load. Any design technique to handle this? thanks, Cris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

