Re: problem with modules : Cannot retrieve mapping

2006-07-07 Thread niels
Actually I don't want to switch modules, I want to 'access' an action form another module On 7/6/06, Laurie Harper <[EMAIL PROTECTED]> wrote: niels wrote: > have 2 modules: moduleA and moduleB > in struts-config.xml from moduleA: > > > > where testA is located on the filesystem in : /moduleA/

Re: problem with modules : Cannot retrieve mapping

2006-07-06 Thread Laurie Harper
niels wrote: have 2 modules: moduleA and moduleB in struts-config.xml from moduleA: where testA is located on the filesystem in : /moduleA/testA.jsp in struts-config.xml from moduleB: in testB.jsp & testA.jsp if have: search whe I call /moduleB/moduleBtest.do --> form is

problem with modules : Cannot retrieve mapping

2006-07-06 Thread niels
have 2 modules: moduleA and moduleB in struts-config.xml from moduleA: where testA is located on the filesystem in : /moduleA/testA.jsp in struts-config.xml from moduleB: in testB.jsp & testA.jsp if have: search whe I call /moduleB/moduleBtest.do --> form is displayed wh