Re: InvalidCancelException

2007-01-02 Thread Niall Pemberton
Is tiles using an action to render the view - looks that way from the stack trace. Niall On 12/28/06, Hehl, Thomas <[EMAIL PROTECTED]> wrote: We just upgraded to struts 1.2.9 and started getting this message when I pressed the cancel button. I fixed it once before, but it's popped up on anothe

InvalidCancelException

2006-12-28 Thread Hehl, Thomas
We just upgraded to struts 1.2.9 and started getting this message when I pressed the cancel button. I fixed it once before, but it's popped up on another screen. So I went through the docs again and did as they instructed, but the problem continues. Here's the problem code:

Re: InvalidCancelException in v1.2.9

2006-04-26 Thread Niall Pemberton
Niall On 4/26/06, Rivka Shisman <[EMAIL PROTECTED]> wrote: > Hello friends, > > I moved from 1.2.4 to 1.2.9 and now when ever I press the html:cancel > link I get the InvalidCancelException. > > What am I

RE: InvalidCancelException in v1.2.9 - please ignore this message

2006-04-26 Thread Rivka Shisman
I found the problem Please ignore this message Thanks Rivka -Original Message- From: Rivka Shisman [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 11:19 AM To: Struts Users Mailing List Subject: InvalidCancelException in v1.2.9 Hello friends, I moved from 1.2.4 to 1.2.9

InvalidCancelException in v1.2.9

2006-04-26 Thread Rivka Shisman
Hello friends, I moved from 1.2.4 to 1.2.9 and now when ever I press the html:cancel link I get the InvalidCancelException. What am I doing wrong? Thanks Rivka

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

Struts 1.2.9 does not throw InvalidCancelException

2006-04-24 Thread Lixin Chu
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. any reason why ? default setting ? btw, my action is LookupDispatchAction. rgds lixin