disabling the Validation in struts2 and use my own customized validation - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T01:55:14Z http://stackoverflow.com/feeds/question/339799 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/339799/disabling-the-validation-in-struts2-and-use-my-own-customized-validation 0 disabling the Validation in struts2 and use my own customized validation naveen 2008-12-04T07:35:21Z 2008-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#402306 1 Answer by gsmd for disabling the Validation in struts2 and use my own customized validation gsmd 2008-12-31T04:30:31Z 2008-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>