我正在使用rich:editor来创建我的应用程序中的内容。 我将内容数据存储在后端bean的字符串属性中,并使用hibernate将其持久化到数据库中。 问题是每当我应用任何格式化样式时,它都会提供内容并存储到数据库中。 我想将数据保存在html格式中并在rich:modalpanel中再次查看。 请帮忙。
答案 0 :(得分:0)
例如。你可以使用
h:outputText value="#{question.qText}" escape="false"
value =“#{question.qText}”是存储为html :)的文本。和escape =“false”完成剩下的工作。
答案 1 :(得分:0)
Hey this is my code for test case :
rich:editor id =“editor”width =“525”height =“260”value =“#{bean.qText}”theme =“advanced” 富:编辑强>
,结果是
科学是............................
科学红色粗体
::可能你正在使用seam
useSeamText = “真” This link might be helpful