"Gopalakrishnan, Jayesh" wrote:

> Your junkbean is lost once index.jsp is rendered on the browser.
> Thats the end of the request scope. If you want the "junkbean" to
> last for more than 1 page on the browser, I guess "session" scope is 
> appropriate.

Sure, but I don't want the bean to be saved at the session scope level
because it will be updated from request to request, hence the reason I
am loading it with new information before I send back index.jsp, which
will access the bean.

Thanks!


Andy


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

Reply via email to