JSF. How to navigate to backing bean method from other bean?
843844Jul 28 2008 — edited Jul 28 2008Hello.
I wish to navigate to backing bean method from java code to another bean method to make some initialization work.
My beans must be in session scope. In Struts that is done with action parameter in struts-config.xml. How can I made this in JSF.
Please give me a solution.