A page submits to an Action. If there is an ActionForm associated with
the Action, it is automatically populated and handed to the perform
method. The perform method returns an ActionForward, that could be
another Action, a  JavaServer page, or any other destination. So long as
you continue to forward, rather than redirect, everything stays in the
request.

In a model 2 / MVC framework, links are generally made to servlet
actions, and not directly to pages. The servlet actions (controller)
then select which page comes next.

lisa ward wrote:
> 
> Hi,
> 
> Can anyone please tell me how to achieve forwarding of one page to another
> as well as have the information in the form submitted to the form bean in
> the process.  Is this this possible or do I just have the wrong idea.
> 
> Please help.
> 
> Thank you for your speedy response.
> 
> Lisa
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Reply via email to