In your action's execure

request.setAttribute(Constants.MY_FORM_NAME, dto);

sandeep
--- Matt E <[EMAIL PROTECTED]> wrote:
> Hello All,
> 
> Here's what I want to do.  I have an action called
> LookupRequest.  It has some code that gets data out
> of
> a Database, builds a Data Transfer Objects from it,
> and then will forward to another jsp using
> ActionMapping.
> 
> However, in that JSP I need to access the data
> transfer object that I just built in the action. 
> I'm
> unsure how to keep this object around for the rest
> of
> the request, so I can access it in the JSP that is
> forwarded to.
> 
> I'm sure I'm missing something trivial, but I don't
> know how I should do this.
> 
> Thanks!
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to