Foren

Rich text editor liferay

Ad BH, geändert vor 8 Jahren.

Rich text editor liferay

Junior Member Beiträge: 47 Beitrittsdatum: 05.08.14 Neueste Beiträge
Hello,
I use richtext for adding a message and it works. but when I try to display the inserted message in the same richtext it not works. The problem is related with messages that contains html tags . because when I inserted a simple text it work without problems.

My code :

Value in database is :
<?xml version='1.0' encoding='UTF-8'?><root available-locales=\"fr_FR,en_GB,ar_SA,\" default-locale=\"fr_FR\"><Libelle language-id=\"fr_FR\"><ol><li>MessageFR</li></ol></Libelle><Libelle language-id=\"en_GB\"><ol><li>MessageEN</li></ol></Libelle><Libelle language-id=\"ar_SA\"><ol><li>MessageAR</li></ol></Libelle></root>

in my jsp page :

<liferay-ui:input-localized xml="<%=user.getMessage() %>" type="editor" name="message" />