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) ...