--- [EMAIL PROTECTED] wrote:
> It strikes me as odd that a hyperlink not related to
> the form would be intercepted by the form validator.


Meh; if an action is Validatable then it's
Validatable, you know?

I have to agree with Ted--if you're passing a
parameter that's being used by the method, why
*wouldn't* you want to validate it?

That said, the validation interceptor is a subclass of
MethodFilterInterceptor so you can configure it with
an excludeMethods parameter as described on the
validation interceptor wiki page:

http://struts.apache.org/2.x/docs/validation-interceptor.html

You could probably also create a
class-method-validation.xml file that would do
something different for just that method.

d.



 
____________________________________________________________________________________
Looking for earth-friendly autos? 
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/

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

Reply via email to