[ 
https://issues.apache.org/jira/browse/OFBIZ-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964545#action_12964545
 ] 

Bruno Busco commented on OFBIZ-4036:
------------------------------------

Thank you Scott,
I also backported to R10.4 at revision: 1039878.

> 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.

Reply via email to