[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-3508) Validation of orphaned namespaced end tags, i.e. </...>, does not happen for xhtml in VPE

Svetlana Yasenovich (JIRA) jira-events at lists.jboss.org
Wed Mar 3 11:01:10 EST 2010


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

Svetlana Yasenovich closed JBIDE-3508.
--------------------------------------



Verified on v201002140303M-H158-CR2: work properly.

> Validation of orphaned namespaced end tags, i.e. </...>, does not happen for xhtml in VPE
> -----------------------------------------------------------------------------------------
>
>                 Key: JBIDE-3508
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3508
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing, Visual Page Editor core
>    Affects Versions: 3.0.0.CR2
>         Environment: Windows XP SP3, Eclipse 3.4 "GANYMEDE", Web Tools 3.0.3, RichFaces-VPE-win32-3.0.0.CR2-N200901081811, RichFaces 3.2.2.SR1, JSF 1.2 RI, Facelets 1.1.14
>            Reporter: Karl Philipp
>            Assignee: Victor Rubezhny
>             Fix For: 3.1.0.M1
>
>
> Orphaned namedspaced end tags such as </rich:panel> are not detected by the validation algorithm in contrast to orphaned namedspaced start tags:
>     <h:form id="searchForm">
>       <rich:panel>
>         <f:facet name="header">
>           <h:outputText value="ServiceProvider" />
>         </f:facet>
>         <a4j:commandButton value="Search" action="#{sps.search}" />
>       </rich:panel>
>     </h:form>
>     </rich:panel>
> The last end tag </rich:panel> above is orphaned but not detected as invalid by VPE.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list