Re: canncellable with isCanncelled()

2009-07-02 Thread Paul Benedict
Why do you have two cancel buttons? On Fri, Jun 26, 2009 at 9:20 AM, Sam Wun wrote: > Hi, > > There are 3 buttons on the jsp web page, first one is submit (sign > in), another one is Cancel, the third one is something else. I used > for the Cancel and something else. > I also included this.isCanc

canncellable with isCanncelled()

2009-06-26 Thread Sam Wun
Hi, There are 3 buttons on the jsp web page, first one is submit (sign in), another one is Cancel, the third one is something else. I used for the Cancel and something else. I also included this.isCancelled() conditional check in the execute() method; as well as included canecellable="true" in th