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

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
> >
> >  <set-property property="cancellable" value="true"/>
> >
> > in struts-config.xml and still use <html:cancel> 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 the
> strutc-config.xml. If no validation is being called then this would
> suggest that you don't have this set.
>
> Niall
>
> > any reason why ? default setting ?
> >
> > btw, my action is LookupDispatchAction.
> >
> > rgds
> > lixin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to