| Advanced Features > Using DHTML-Based JSF Components to Build Web Applications > The JViews Framework Faces Component Set > The Manager View |
The Manager View |
INDEX
PREVIOUS
NEXT
|
The view is designed to show the content of a manager view. You can connect a manager view to a view component by using a binding:
<jvf:view [...] view="#{frameworkBean.managerView}" /> |
The manager view to be displayed will be retrieved in a Bean called frameworkBean declared in the JavaServer Faces environment. This Bean should then provide the manager view through its getManagerView method:
To use the value binding attribute, the Bean must be declared in the faces-config.xml file or the managed-beans.xml:
For further information about these configuration files, see the JavaServer Faces specifications.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |