On 7/28/06, René Zanner <[EMAIL PROTECTED]> wrote:
In Facelets' HTML templates this is done in a reverse fashion. Everthing outside special HTML-Tags is removed from the resulting component subtree:
Facelets also has a <ui:remove> tag, but this only works if the internal parts are xml-balanced, although I suppose you might be able to use CDATA with that to comment things out.
