Is there a way to pass a value from one backing bean to another?

I have a value set on BackingBeanA
User clicks command link that calls method doStuff on my Backing Bean A.
doStuff method does some stuff, and returns a value that will bring me to
another page.
This other page needs the same value that was on BackingBeanA, but it
needs it on BackingBeanB, and with a different name.

Is there some way for BackingBeanA to set this value on BackingBeanB while
I'm in my doStuff method?

Thanks in advance.

Reply via email to