On 4/28/06, John Ruffin <[EMAIL PROTECTED]> wrote:
Thanks JuanCarlos.  I've successfully savedState on a bean from 5 pages ago
using a <t:saveState value="#<useTheSameBeanNameOnEachPage>".  I'm able to
display the bean attributes on the jsp down the line.  Thank you.

Here is what will put me over the top: in the "backing bean" of page5 how do
I access the savedState bean?  Should I make a managed property in the page5
backing bean - if so how do I inject it with the savedState bean?  Sorry,
I'm not seeing the solution.

Ok.  I see what you're trying to do now.   I don't think you can
inject a persisted request bean using managed beans

You're probably going to need to explicitly reference the bean.

See the lookup section in

http://wiki.apache.org/myfaces/AccessingOneManagedBeanFromAnother

Reply via email to