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.

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

Reply via email to