Calling a different method instead in 'execute' in Struts 1.2
- by Veera
In struts 1.2, when an URL in the form http://foo.com/barAction.do is invoked, this will call the execute method (or process) in the action class that was mapped to barAction.
Is it possible to call a different method other than the execute (or process) in the same action class when the above URL is invoked?