How to use HTML in LifeRay ShoppingItem description?

How can I insert HTML into the "description" field of the ShoppingItem database table so that it is displayed on screen? It worked in older versions, but in the current version, it manages / protects it to display HTML tags rather than passing them in for processing.

Is there an alternative method to achieve the desired effect?

I'm sure the change to LifeRay was for security purposes, but this table won't be editable in our app and we need to embed links, bold, etc. in commodity description ...

0


source to share


1 answer


Ended up hacking the corresponding .jsp files with a quick and dirty replacement to decode the lt and gt characters. Ugly, but LifeRay does a great job of preventing you from embedding any type of HTML file.



0


source







All Articles