I\'m developing web project in struts2 and I want validation in my own customized validation by disabling the struts2 validation, because if one field is being sent back it will
I don't fully get the idea, but there's a thing called @SkipValidation you can annotate methods with.
@SkipValidation