vote up 0 vote down star

How can I embed HTML into the ShoppingItem database table "description" field in such a way that it will display on screen? It used to work in older versions, but in the current version it mangles/safes it to display the HTML tags, rather than passing them through to be processed.

Is there an alternate method to achieve the desired effect?

I'm sure the change to LifeRay was for security purposes, but this table won't be end-user editable in our application and we need to embed links, bold, etc. into the shopping item description...

flag

75% accept rate

1 Answer

vote up 0 vote down check

Ended up hacking the appropriate .jsp files with a quick and dirty "replace" to decode the lt and gt characters. Not pretty, but LifeRay goes well out of it's way to try and keep you from being able to inject HTML of any kind.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.