html 2 « HTML « JSF Q&A





2. Avoid Web HTML Caching    coderanch.com

3. Dynamic rendering of html content on jsf    coderanch.com

Hi I have to render my html code snippet at run time and include it on my jsf page (.xhtml) My code template would be stored in db and I have to get and show it on display. 1) I am rendering the code from the db and setting it to a string field in the model 2) on jsf (.xhtml) ...