From: "Roland Carlsson" <[EMAIL PROTECTED]>
> When you say that the newinsurance.jsp "just see it" where do you store
> "it"? In request.setAttribute() with some key? Session?

You don't have to store it anywhere... it's already there.  In the 'execute'
method signature, you are given a _reference_ to the Form bean which is
already sitting where ever it belongs based on your configuration.  Just use
it, set whatever properties you need to and then forward to the appropriate
JSP.

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to