Once the JSP has been rendered, processing for that request is done. 
Anything placed in request attributes while the JSP was processing are
gone.  To pass data from the generated HTML to an action, you need to
submit a form or include request parameters in a link.  Another option
is to store the object in session scope.

Hubert


On Thu, 31 Mar 2005 11:10:36 -0800 (PST), temp temp
<[EMAIL PROTECTED]> wrote:
> I want pass an object  from a jsp to an struts action
>  in request attribute.
> 
> I have a jsp it got  link to an action upon click the
> action is invoked. How can I pass object to this
> action  using request Attribute.
> thanks & regards
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Small Business - Try our new resources site!
> http://smallbusiness.yahoo.com/resources/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to