That is the definition of session state. Just mark those
certain beans
as session scope. Or iin you JSF code, put the data you need
into the
HTTP session object so the servlet can access it.
On 7/31/06, octoberdan <dan october5th.net> wrote:
>
> I have two requests, one for a jsf page and one for a
servlet. From the
> servlet I want to access certain managed beans thate
exist within the scope
> of the jsf page request.
>
> I'm using AJAX to accessing values in a backingbean...
>
> Any help would be greatly appreciated.
>
> Thank you!
> --
> View this message in context: http://www.nabble.com/Acc
essing-managed-beans-of-other-requests-tf2029557.html#a55824
05
> Sent from the MyFaces - Users forum at Nabble.com.
>
>
|