struts2 validate
- by teehoo
In Struts2 you can change the method used for execution for an action by changing the method attribute in the following line:
<action name="registerVal" class="cz.vutbr.fit.pishotel.model.action.Register" method="execute">
Is it possible to change the validation method used as well, or is the validate method name hardcoded.