Many methods in struts 2 action,
February 13, 2008 at 11:01 AM
Hi,
In struts 2 there is no dispatch action. But you can achieve the same thing here also, you have to define different functions to be called. For example in case of login the action class will be the same and you have to define two methods login and logout. Please check it here: Struts 2: Struts 2 Examples
Now you post your question at following url: Struts 2: Struts 2 Tutorial