[jbosstools-issues] [JBoss JIRA] (JBIDE-2519) Add support for CDATA tags

Yahor Radtsevich (JIRA) jira-events at lists.jboss.org
Thu Aug 30 12:54:35 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yahor Radtsevich updated JBIDE-2519:
------------------------------------

    Fix Version/s: 4.0.0.Alpha2
                       (was: 4.0.0.Alpha1)

    
> Add support for CDATA tags
> --------------------------
>
>                 Key: JBIDE-2519
>                 URL: https://issues.jboss.org/browse/JBIDE-2519
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Visual Page Editor Templates
>    Affects Versions: 3.0.0.alpha
>            Reporter: Denis Golovin
>            Assignee: Yahor Radtsevich
>             Fix For: 4.0.0.Alpha2
>
>
> Here is an example:
>  <para>The source coding should be something like this now:</para>
>             <programlisting role="XML"><![CDATA[<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
> <html>
> <head>
> <title></title>
> </head>
> <body>
> <f:view>
> <h:form id="greeting">
> <para>Please enter a name:</para>
> <h:inputText id="name" value="#{personBean.name}"/>
> <h:commandButton value=" Say Hello " action="greeting"/>
> </h:form>
> </f:view>
> </body>
> </html>
> ]]></programlisting>
>             <para>The editor should look like this:</para>
> In this context CDATA blocks seems must be processed in relation with parent tag. Taking in consideration that now all tags that has no prefix considered as HTML it cannot be supported without VPE refactoring

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list