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.

(scenario stated another way)
<t:saveState value="#{mybean}" in page1
<t:saveState value="#{mybean}" in page2
...
<t:saveState value="#{mybean}" in page5

Now, inside the action/java for the form on page5 - how do I access the
"mybean" data?  I want to save all the domain objects the beans represent at
one time - not a form at a time.
--
View this message in context: 
http://www.nabble.com/t%3AsaveState-how-to--t1521818.html#a4150715
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to