struts-config.xml suggestion

2001-03-14 Thread Bryan Field-Elliot
Using 1.0 beta -- I have many "global forwards" in my config. All of my "input forms" are represented as global forwards. e.g.: global-forwards forward name="logon" path="/jsp/logon.jsp"/ /global-forwards In my action mappings, those which require ActionForms have an "input" tag: action

Re: struts-config.xml suggestion

2001-03-14 Thread Rajan Gupta
I think the same can be applied to action and its type so that there can be a possibility of using an action in diffenet mappings e.g. actionType name="editReg" type="org.apache.struts.example.EditRegistrationAction"/ action path="/editRegistration" actionType="editReg"