[
https://issues.apache.org/jira/browse/OFBIZ-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott Gray closed OFBIZ-4036.
-----------------------------
Resolution: Fixed
Fix Version/s: SVN trunk
Assignee: Scott Gray
Thanks Bruno, fixed in r1039767
> 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
> Affects Versions: SVN trunk
> Reporter: Bruno Busco
> Assignee: Scott Gray
> Fix For: SVN trunk
>
>
> 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.