RE: Struts 1.2.9 does not throw InvalidCancelException

2006-04-25 Thread João
You have to put that variable in more general scope, e.g, put as a request attribute. -Original Message- From: Lixin Chu [mailto:[EMAIL PROTECTED] Sent: terça-feira, 25 de Abril de 2006 10:36 To: Struts Users Mailing List Subject: Re: Struts 1.2.9 does not throw InvalidCancelException

Re: Struts 1.2.9 does not throw InvalidCancelException

2006-04-25 Thread Lixin Chu
exactly, thanks ! On 4/25/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > On 4/24/06, Lixin Chu <[EMAIL PROTECTED]> wrote: > > just upgraded from 1.2.8 to 1.2.9. I did not add > > > > > > > > in struts-config.xml and still use as per normal in jsp > files. > > Tested, do not see exception an

Re: Struts 1.2.9 does not throw InvalidCancelException

2006-04-24 Thread Niall Pemberton
On 4/24/06, Lixin Chu <[EMAIL PROTECTED]> wrote: > just upgraded from 1.2.8 to 1.2.9. I did not add > > > > in struts-config.xml and still use as per normal in jsp files. > Tested, do not see exception and no validation is called. It only gets thrown if the action is set to validate="true" in t