--- John Mammen <[EMAIL PROTECTED]> wrote:
> I'm just starting on struts. I wanted to know if a
> formbean instance that has been declared with
> request scope can be accessed in a subsequent
> request.
> 
> I.e.
> 
>  Instance of Formbean A (Request scope) --> Used to
> populate JSP page A --> Action B (Will the same
> instance of Formbean A, which was used to populate
> JSP page A, be available here ?)

No, it's a different request. That's what
request-scoped means :)

> Also if a formbean has been added with session scope
> in a particular action, can it be used with request
> scope for another action? If so, how does struts
> manage this?

No, session-scoped beans are in session scope, not
request scope.

d.



       
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

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

Reply via email to