I'd like to do something like this:

<action path="/edit" type="com.ni.apps.nispecs.actions.EditAction" 
input="/pages/selectTemplate.jsp">
   <forward name="template1" path="/jsp/editTemplate1.jsp" />
   <forward name="template2" path="/jsp/editTemplate2.jsp" />
   <forward name="template3" path="/jsp/editTemplate3.jsp" />
</action>

Each template would require a different ActionForm?

Should I create and put the ActionForm in the request manually?

Should I chain this with another action, so i'd have <forward name="template1" 
path="/editTemplate1.do" /> , where editTemplate1 action has the correct 
ActionForm?

Any other ideas?

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to