|
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. |
|
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
| Free forum by Nabble | Edit this page |
