You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2010/11/25 19:21:32 UTC

[jira] Created: (OFBIZ-4036) encode-output does not working for display tag description

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.


[jira] Commented: (OFBIZ-4036) encode-output does not working for display tag description

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Updated: (OFBIZ-4036) encode-output does not working for display tag description

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco updated OFBIZ-4036:
-------------------------------

    Affects Version/s: SVN trunk

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


[jira] Closed: (OFBIZ-4036) encode-output does not working for display tag description

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
     [ 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.