| Author |
gettting managed bean names
|
Adrian Enns
Ranch Hand
Joined: Aug 11, 2004
Posts: 48
|
|
|
Is there a way to programmatically access the names of all of the managed beans that are declared in faces-config.xml?
|
 |
Varun Khanna
Ranch Hand
Joined: May 30, 2002
Posts: 1400
|
|
Unfortunately as of now there isn't any api/method provided by JSF. But you can do it through your program by parsing xml or reading a properties file containing the names of beans.
|
- Varun
|
 |
seb petterson
Ranch Hand
Joined: Mar 04, 2005
Posts: 118
|
|
Will return the names of the objects stored in the session. This will include managedBeans, but I guess they have to have been instantiated before theyre in the enumeration.
|
 |
 |
|
|
subject: gettting managed bean names
|
|
|