previous | index | next

Action Forwarding

The execute() method must return an ActionForward object.

In our example, in the case of login success an ActionForward object is retrieved from the ActionMapping object passed as the first parameter to execute(). How does an appropriate forward object get put on the mapping object?


previous | index | next