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.

