Beginner question: How to reference a backing bean from a backing bean
Hello all,
I have a 2 managed backing beans and I would like to access properties of another backing bean from the other. How could I do that since the bean is not created in my code. I tried using the name configured in faces-config.xml but that does not work. Could someone show me a sample code used to access a backing bean programatically?
Thank you very much,
Lngo

