richfaces - rich:editor formatting -


i using rich:editor create content in application. storing content data in string property in backend bean , persisting database using hibernate. problem whenever applying formatting style alos coming content , stored database. want save data in html formate , view again in rich:modalpanel. please help.

eg. can use

  h:outputtext value="#{question.qtext}" escape="false"  

the value="#{question.qtext}" text stored html :). , escape="false" rest.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -