You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dave <ja...@yahoo.com> on 2008/12/18 05:41:05 UTC

how to load a jsf file and output html text

I have a JSF file to render a table. In java, how can I load the jsf file and get html.
�
The JSF render has API:
public void encodeEnd(FacesContext context, UIComponent component);
�
Thanks for any idea.
�
Dave