encode-output does not working for display tag description
----------------------------------------------------------
Key: OFBIZ-4036
URL: https://issues.apache.org/jira/browse/OFBIZ-4036
Project: OFBiz
Issue Type: Bug
Components: framework
Reporter: Bruno Busco
I want to show some HTML text in a form field.
I used this code below:
<field name="carCount" title="${uiLabelMap.FMC_CarCount}"
encode-output="false">
<display description="${carCountLink}" />
</field>
The carCountLink is a string containing some HTML code.
The HTML code itself is shown in the form field instead of being processed as
HTML and renderd accordingly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.