Re: Bean Scope Problem

2006-07-28 Thread Puneet Lakhina
Correct. Just to expand on it a bit for Puneet... the request that you set the attribute on is the request for resultsPage.jsp. That is the final resource the server returns for that request. Once it is returned, that request is destroyed. A link on that page represents a whole new request, he

Re: Bean Scope Problem

2006-07-28 Thread Frank W. Zammetti
Patil, Sheetal wrote: As I know u cant access this object Better way put it in session scope or regenerate it Else see if you can hidden property in jsp Correct. Just to expand on it a bit for Puneet... the request that you set the attribute on is the request for resultsPage.jsp. That is the

RE: Bean Scope Problem

2006-07-28 Thread Patil, Sheetal
As I know u cant access this object Better way put it in session scope or regenerate it Else see if you can hidden property in jsp -Original Message- From: Puneet Lakhina [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 5:19 PM To: user@struts.apache.org Subject: Bean Scope Problem