[richfaces-issues] [JBoss JIRA] (RF-12052) rich:TabPanel - HTML comments should be supported inside the tabPanel

Jean ANDRE (JIRA) jira-events at lists.jboss.org
Thu Mar 15 14:47:47 EDT 2012


Jean ANDRE created RF-12052:
-------------------------------

             Summary: rich:TabPanel - HTML comments should be supported inside the tabPanel
                 Key: RF-12052
                 URL: https://issues.jboss.org/browse/RF-12052
             Project: RichFaces
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Jean ANDRE


Is it possible to support HTML comment inside a tabPanel. Because it causes this error if we but comments as shown below. The error is:
 E org.richfaces.context.ExtendedPartialViewContextImpl processPartialExecutePhase <Null Message>
                                 java.lang.IllegalArgumentException
	at org.richfaces.component.AbstractTogglePanel.getChildName(AbstractTogglePanel.java:490)

{code}
<rich:tabPanel id="itemView-tabs"
   switchType="ajax"
   headerPosition="top"
   itemChangeListener="#{viewItemController.doItemChangeListener}"
   activeItem="#{viewItemController.activeTab}"
 immediate="true">
  <!--               -->
  <!--  SUB-TABS #1  -->
  <!--               -->
  <rich:tab id="nested-tabs-1" header="#{msg['nested.tab.static.header.1']}">
  </rich:tab>
{code}

Thank you.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list