dev@jsftemplating.java.net

Added "info.jsf" page.

From: Ken Paulsen <Ken.Paulsen_at_Sun.COM>
Date: Wed, 31 May 2006 19:14:06 -0700

I just added a page to the jsftemplating.jar file. This page lists all
the known Handlers and ComponentTypes. It will only work when the
-Dcom.sun.jsftemplating.DEBUG=true JVM option is set (i.e. it won't be
available in production). To use it, just visit:
http://yourserver/contextroot/info.jsf. "info.jsf" will be found in the
classpath so you don't need to do any configuration. If you already
have an info.jsf in your context-root, your copy will be used (so delete
it or rename it).

Ken