Re: Modules in Struts 1.2.8

2006-02-12 Thread MC Moisei
What did you mean to use module ? What I did was and kindoff worked was to use the switch action. The bad thing is that I have to do this in every module also I had to "import" the form definition too! Any other way would be very much appreciated ! Torgeir Veimo wrote: > On Sat, 2006-02

Re: Modules in Struts 1.2.8

2006-02-11 Thread Torgeir Veimo
On Sat, 2006-02-11 at 22:26 -0600, MC Moisei wrote: > > > When I run actions from default module all works fine but when I call > a > action from profile module I get the annoying > javax.servlet.jsp.JspException: Cannot retrieve mapping for > action /search > at org.apache.struts.taglib.html

Modules in Struts 1.2.8

2006-02-11 Thread MC Moisei
Hi All, I decided to use modules in this application I already have. Setting it up was very simple but I ran into some issues Default module has a /search action defined. The /forgotpassword is in a new module "profile". THe forgot password as well as all the pages in the site is using same templ