-
Bug
-
Resolution: Done
-
Major
-
3.0.0.CR2
-
None
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.
- relates to
-
JBIDE-3430 validation of namespaced tags does not happen for xhtml in VPE
- Closed