Add Managed Bean Dialog Box

See Also

A managed bean is a JavaBeans component, a particular Java class, that will be dynamically instantiated at runtime if it is referenced as the first element of a value reference expression, and no corresponding bean can be identified in any scope. In addition to the creation of the managed bean, and the optional storing of it into the specified scope, the nested managed-property elements can be used to initialize the contents of settable JavaBeans properties of the created instance.

See Also
About Web Application Frameworks
Creating a New Application with JSF Support
Adding JSF Support to an Existing Application

Legal Notices