SelectDiagram Rendering

This page shows a SelectDiagram component with an onchange handler that displays the selected value below the diagram. The Submit button submits the form and reloads the page with the new rendering parameters.

Source Files
select.xhtml The page's Facelets source file.
render.js The JavaScript file for the page.
SelectHandler.java The Session-scope page and diagram handler class.
render.rdr The renderer file describes how to render each object in the diagram based on its data values.
apprisant.properties A toolkit configuration file used by all demos; specifies rendering hints and logging properties.
faces-config.xml A JSF configuration file shared by all demos.
web.xml A server configuration file shared by all demos.