On Monday, January 6, 2003, 6:57:15 PM, ex1) wrote:

LDHBe> The jsp containing the html:option tag is the last thing the request is
LDHBe> forwarded to

The forwarded page does not have access to the request any longer.

If you want to have access to what was selected on the form page and
then display it on another page. Set up a form bean to go with the jsp
and configure it in your action mapping in your config file than when
submitted to your action, you could pass this form bean on to another
page ( request.setAttribute(mapping.getAttribute(), form )



-- 

Rick
mailto:[EMAIL PROTECTED]


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

Reply via email to