Re: Cancel button doesn't cancel server side validation

2005-03-22 Thread Bing Qiao
Thanks for your reply. That property is required by LookupDispatchAction. The action is defined as the following: If I don't have that property, I got errors like: Request[/submit202] does not contain handler parameter named 'action'. This may be caused by whitespace in the label text. Thank

Re: Cancel button doesn't cancel server side validation

2005-03-21 Thread K.C. Baltz
I've never needed a "property" attribute with the html:cancel control. Perhaps that's the problem? Make sure you have a cancel() method in your DispatchAction K.C. Bing Qiao wrote: Hi, I am using Struts Validator for a LookupDispatchAction. I'm using both client and server sides validation. Th

Cancel button doesn't cancel server side validation

2005-03-21 Thread Bing Qiao
Hi, I am using Struts Validator for a LookupDispatchAction. I'm using both client and server sides validation. The problem is I can only disable the client side validation by using tag. I doubt if the property is the problem but can't be sure. Besides it is required by LookupDispatchAc