switch action - doubt

2007-08-13 Thread Pooja Kaur
Hi, I have 2 war files added to an EAR. Both of them have a different context root. Eg. Module A has test1 as the context root and Module B has test2 I did the following in the struts-config of Module A which is the default module: 1. Added an action 2. The link to switch the module has the URL

Re: switch action - doubt

2007-08-13 Thread Pooja Kaur
seems like it is not recognising the Module B's context root. On 8/13/07, ANIMESH SAXENA <[EMAIL PROTECTED]> wrote: > > Could you please mention which struts version?? > > On 8/13/07, Pooja Kaur <[EMAIL PROTECTED]> wrote: > > > > Hi, > > I have 2 war f

Re: switch action - doubt

2007-08-13 Thread Pooja Kaur
modules within one application. What you want to do is include the > context root in your paths. There's an attribute for that. I believe it's > contextRelative=true > > Paul > > On 8/13/07, ANIMESH SAXENA <[EMAIL PROTECTED]> wrote: > > > > Could you pl

Re: switch action - doubt

2007-08-13 Thread Pooja Kaur
Please anyone reply On 8/13/07, Pooja Kaur <[EMAIL PROTECTED]> wrote: > > Hi, > I have 2 war files added to an EAR. Both of them have a different context > root. Eg. Module A has test1 as the context root and Module B has test2 > I did the following in the struts-config

Re: switch action - doubt

2007-08-13 Thread Pooja Kaur
me reason my mails are not reaching > the struts group. > > N > > -Original Message- > From: Pooja Kaur [mailto:[EMAIL PROTECTED] > Sent: Monday, August 13, 2007 2:44 PM > To: user@struts.apache.org > Subject: Re: switch action - doubt > > Please anyone repl

Re: How to give a text field name dynamically?

2007-09-04 Thread Pooja Kaur
Try this: <% int i= 1; %> <% String propertyName = "Qn"+i; i++; %> Question Thanks On 8/31/07, Subhani Shaik <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have the following code... > >