specdev2 <[EMAIL PROTECTED]> wrote:
> My action is extending ActionSupport and overriding the
> "validate" method. However, the validate method is not 
> being called.


1. Are you using the default interceptor stack? 
2. Have you configured any interceptors for the action in question?


> I have set the form tag validate attribute to true, but 
> it makes no difference.


<s:form...>'s "validate" attribute does not control server-side validation 
(unless you're using the "ajax" theme, I guess).


Dave




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

Reply via email to