Adding content to Faces JSP pages using the JSF Widgets Library (JWL)
The JSF Widget Library (JWL) is a JSF and JavaScript-based
widget library, created by IBM®,
that augments JSP and HTML pages with a rich set of input, output
and navigation components. JWL also includes support for AJAX-based
page interactions so that not only can pages include more complex
components, the pages can interact with the Web server without requiring
a full-redraw of the page with each interaction.
About this task
For information on adding specific JSF
Widget Library (JWL) JSF components from the palette to your
page, refer to the online help:
- Adding data viewing components to a Faces JSP page
- Adding page components to a Faces JSP page
- Adding navigation components to a Faces JSP page
- Adding input components to a Faces JSP page
- Adding output components to a Faces JSP page
- Adding panel components to a Faces JSP page
- Adding behavior components to a Faces JSP page
- Adding AJAX components to a Faces JSP page
- Adding sub tags to a Faces JSP page
- Adding event handlers to a JSF component