How to get an instance of a managed bean whose scope is request in JSF??
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If you don't specify a specific name in the You can get anything you need from that managed bean then using EL, which in JSF is Also, for the future -- you really should specify the JSF version and containers that you run it in. |
|||
|
|
|
For jsf 1.2 I use in code next expression:
where "myRequiredBean" - beans defenition in faces-config.xml |
|||
|
|