[jbosstools-issues] [JBoss JIRA] (JBIDE-9417) JSTL's <c:out> tag does not process escapeXml attribute

Denis Maliarevich (Commented) (JIRA) jira-events at lists.jboss.org
Fri Oct 28 09:48:45 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638301#comment-12638301 ] 

Denis Maliarevich commented on JBIDE-9417:
------------------------------------------

I've cheked tests on Mac, Linux, WIndows -- changes from this issue haven't broken any functionality.

There is an innacuracy with selection -> when user points to the <c:out> tag value will be selected till the beginning of escapedXml text. Because then new tag will be creted to represent the escaped text. 
Due to the fact that <c:out> is not allowed to have children -- it is set children="no" in vpe-templates-jstl.xml file. Thus selection does not include nested tags that were rendered from value attribute.
                
> JSTL's <c:out> tag does not process escapeXml attribute
> -------------------------------------------------------
>
>                 Key: JBIDE-9417
>                 URL: https://issues.jboss.org/browse/JBIDE-9417
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor Templates
>    Affects Versions: 3.3.0.M3
>            Reporter: Vitali Yemialyanchyk
>            Assignee: Denis Maliarevich
>             Fix For: 3.3.0.Beta1
>
>         Attachments: 9417inBrowser.png, 9417inVPE.png, 9417updated.png
>
>
> Because c:out extends org.jboss.tools.jsf.vpe.jstl.template.JstlOutTemplate wrong ATTR_ESCAPE = "escape" attribute is used.
> [JSTL specification|http://download.oracle.com/docs/cd/E17802_01/products/products/jsp/jstl/1.1/docs/tlddocs/c/out.html]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list