Manorrock.com / Demo JSF

JSF Canvas Demo

How to get this working

To get this working on your own page, look below for the example snippet
used to get the demo on this page working.
    <canvas:canvas xmlns:canvas="http://www.manorrock.com/jsf/canvas"
        alt="A test" height="100" width="300" value="#{canvasBean.painter}"/>
                    

Actual demo

A test

Up