Templating

I'm creating an enterprise application using JSF and I'm wanting to allow the client to be able to create new interfaces to match their business design and easily change the look and feel whenever they feel necessary. Does JSF support some kind of templating mechanism or is there an add-on that would allow for this functionality? I've read a little on Facelets but I didn't didn't get much from the blurb I read. Thanks.

[434 byte] By [anthony.c.smith@insightbb.coma] at [2007-11-26 17:58:26]
# 1
I would go for Facelets for creating templates,It is so much cleaner and also avoids the well know issues with jsp and jsf lifecycles
NullPointera at 2007-7-9 5:11:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
https://jsftemplating.dev.java.nethttps://facelets.dev.java.netIf this is too hard for you, then just use basic includes using f:subview and jsp:include.
BalusCa at 2007-7-9 5:11:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Thanks for the advice and the links. I'll read up on Facelets and see if it will be a viable solution for what I'm needing.
anthony.c.smith@insightbb.co at 2007-7-9 5:11:45 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...