If i want to have the same functionality of action class in struts2 but would like to rename the execute method, in which configuration file i have mention the new method name??
Printable View
If i want to have the same functionality of action class in struts2 but would like to rename the execute method, in which configuration file i have mention the new method name??
In the property 'method' of the <action /> tag.
Thanks nicky