You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Søren Blidorf <so...@nolas.dk> on 2003/03/07 22:13:03 UTC

Send variable from the Action to the forward jsp page

Hi

Is it possible to send a variable from the Action to the forward jsp
page

Søren Blidorf




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Send variable from the Action to the forward jsp page

Posted by Rick Reumann <ma...@reumann.net>.
On Fri, 7 Mar 2003 22:13:03 +0100
Søren Blidorf <so...@nolas.dk> wrote:

> Is it possible to send a variable from the Action to the forward jsp
> page

Just put it in request scope in your action.

request.setAttribute("nameOfTheHandle", object );



-- 
Rick Reumann

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org