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

Karl Philipp (JIRA) jira-events at lists.jboss.org
Fri Jan 9 09:34:04 EST 2009


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


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