Hi I want to be able to use multiple forms on the same jsp page. There is ever only one form on the page, which form is dependent on the value of a bean, ie something like
<logic:equal name="adminPage" value="deleteOldAccounts"> code for form 1 goes in here </logic:equal> <logic:equal name="adminPage" value="createNewUser"> code for form 2 goes in here </logic:equal> I am not sure how I define this in the struts-config.xml file. I know how to include 1 form, but not 2, can someone please show me how to include 2 forms in the struts.xml file for one action. Cheers Tony -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>