On 3/19/07, Des qsdqsd <[EMAIL PROTECTED]> wrote:
This is why I wonder if the responsible if not the building of all jsf components corresponding to all html ... is there a way to include raw html content inside a jsf page without all the machinery ?
You could write directly to the response stream (or response writer) yourself. However, that's more or less what outputText already does.

