disabling the Validation in struts2 and use my own customized validation - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T01:55:14Zhttp://stackoverflow.com/feeds/question/339799http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/339799/disabling-the-validation-in-struts2-and-use-my-own-customized-validation0disabling the Validation in struts2 and use my own customized validationnaveen2008-12-04T07:35:21Z2008-12-31T04:30:31Z
<p>hi,
My name naveen ,we are developing web project in struts2 and i want validation in my own custmized validation by disabling the struts2 validation ?because struts validation is doing if one data is sending back it will check all fields but iwant to check only at thr time of submit button like javascript please help me how to do?
thanks naveen(:-)</p>
http://stackoverflow.com/questions/339799/disabling-the-validation-in-struts2-and-use-my-own-customized-validation/402306#4023061Answer by gsmd for disabling the Validation in struts2 and use my own customized validationgsmd2008-12-31T04:30:31Z2008-12-31T04:30:31Z<p>I don't fully get the idea, but there's a thing called <code>@SkipValidation</code> you can annotate methods with.</p>