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

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Mon Sep 16 11:21:03 EDT 2013


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

Pavol Pitonak closed RF-12052.
------------------------------


    
> 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) 
>          Components: component-output
>            Reporter: Jean ANDRE
>            Assignee: Brian Leathem
>            Priority: Trivial
>             Fix For: 4.2.1.CR1
>
>
> 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}
> Or at least, give us a clear error message as we did for tabPanel and the form tag.
> Thank you.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list