| Author |
JSF bean access in Java code
|
Urs Wagner
Greenhorn
Joined: Sep 01, 2005
Posts: 9
|
|
Hello How can I access the JSF bean in the <% Java code %> section in the JSP file?
|
 |
Sergey Smirnov
Ranch Hand
Joined: May 29, 2003
Posts: 167
|
|
The same way You can get it from the regular java code. Use Value Binding or Variable resolver. Take a look for the code snippets at: http://jsffaq.com/Wiki.jsp?page=HowToAccessOneManagedBeanFromAnotherManagedBean -- Sergey : http://jsfTutorials.net [ October 18, 2005: Message edited by: Sergey Smirnov ]
|
 |
 |
|
|
subject: JSF bean access in Java code
|
|
|