posted 13 years ago
Hello,
Currently, i have found one solution, that you inject that bean as a managed property in the current bean.
You can do it either by the use of @ManagedProperty or explicitly set in faces-config.xml. I am also finding
out the proper way of passing parameters. As soon as i get some, i will update you.
My faces-config.xml looks something like this
My action method looks like this
HTH,