Re: Switching Action between different modules in Struts 2.1.x...

2009-09-23 Thread Paweł Wielgus
Hi Muthu, check how your generated html looks like. I don't know if struts isn't adding namespace if it's not specified. Best greetings, Pawel Wielgus. 2009/9/23, Muthu Velappan : > > Hi, > > I have 3 different modules in my project and added that into struts.xml like > this > > >

Re: Switching Action between different modules...

2009-09-23 Thread Wes Wannemacher
figured. > > ~Muthu > > -Original Message- > From: musom...@aol.com [mailto:musom...@aol.com] > Sent: Wednesday, September 23, 2009 3:23 PM > To: user@struts.apache.org > Subject: Re: Switching Action between different modules... > > >  The name of the xml file

RE: Switching Action between different modules...

2009-09-23 Thread Muthu Velappan
k.jsp related actions are configured. ~Muthu -Original Message- From: musom...@aol.com [mailto:musom...@aol.com] Sent: Wednesday, September 23, 2009 3:23 PM To: user@struts.apache.org Subject: Re: Switching Action between different modules... The name of the xml file is immaterial -- what is t

Re: Switching Action between different modules...

2009-09-23 Thread musomesa
The name of the xml file is immaterial -- what is the namespace attribute on the package you defined inside of home.xml? I would use the config-browser to check that the configuration is what you intended. Chris -Original Message- From: Muthu Velappan To: user@struts.apa