Re: CompositeActionMapper

2007-03-29 Thread Darren Salomons
igure the DefaultActionMapper and the RestfulMapper with the following configuration in your struts.xml file. Hope this helps, Darren Salomons Deryl Seale wrote: > > Yes, I tried that, and all I got was an exception when I started up > the application saying that an ActionM

Re: Multiple ActionMappers per Namespace

2007-03-29 Thread Darren Salomons
de le diffuser, de le distribuer ou de le reproduire. > - Original Message - > From: "Darren Salomons" <[EMAIL PROTECTED]> > To: > Sent: Thursday, March 29, 2007 5:25 AM > Subject: Multiple ActionMappers per Namespace > > >> >> Is it possib

Multiple ActionMappers per Namespace

2007-03-29 Thread Darren Salomons
Is it possible to have a different ActionMapper per namespace? -- View this message in context: http://www.nabble.com/Multiple-ActionMappers-per-Namespace-tf3485257.html#a9729751 Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: if tag doesn't seem to work(Struts 2)

2007-03-27 Thread Darren Salomons
Yes thank you... I had confused it with the JSTL. Thanks joey-30 wrote: > > I thought it may be like this: > Hello World or > Hello World > > On 3/27/07, Darren Salomons <[EMAIL PROTECTED]> wrote: >> >> >> I don't know if this is a bug or

if tag doesn't seem to work(Struts 2)

2007-03-26 Thread Darren Salomons
I don't know if this is a bug or if I'm doing something wrong but the if tag in Struts 2 always returns false for the first run and then if I hit refresh it gets the correct value. In my action class I have a method like this: getStatement() { return true; } And then in my jsp I do someth