In my "companyList" screen I have a cancel button (/companyList/cancel.do). In moduleA-struts.xml, why can't I have something like :
<action path="/companyList/cancel" forward="/menu.do" module="moduleB" redirect="true"/>
I want my page flow configured in my xml config files, not in my JSPs by doing : <html:link module="moduleB" path="/menu.do"/>
Is there another way to do that ? Thanks.
Jean.
http://struts.apache.org/userGuide/configuration.html#module_config-switching describes three or four ways to switch modules.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]