Dynamic JSF Page
The example NetBeans project in the link below, demonstrates how to to use thebinding attribute to inject the required information into a page before rendering it. I have added the binding attribute to the <body> tag. This allows me to modify the content of the page body before it is rendered.I have also included how to use the
ValueExpression to set the value of the rendered text. This example should be sufficient to demonstrate the capabilities.The project code is a NetBeans project: DynamicJSF.zip


2 comments:
Post a Comment