Hi
I want to invoke a managed bean method in a
Servlet.
And so I used the following code:
I am able to get the value when the page from where the action has been initiated is not mapped to the backing bean's navigation rule.
But in some cases where the page from where the action has been initiated is mapped to the backing bean's navigation rule, I am unable to access the backing bean.
I get a NULL value for the object of the backing bean.
The scope of the backing bean is set to SESSION and I do not evict it explicitly.
Please let me know how can I fix this issue.
Thanks in advance!!