Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-3508

Validation of orphaned namespaced end tags, i.e. </...>, does not happen for xhtml in VPE

XMLWordPrintable

      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.

              vrubezhny Victor Rubezhny (Inactive)
              kphilipp_jira Karl Philipp (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: