How to migrate validate="false" from struts1 to struts2
Hello!In struts1 I used to write in struts-config.xml
<action ... type="mypack.MyAction" validate="false">
But how do I set the validate attribute with struts2?
There seems not to be this attribute?
Best regards
Fredrik
