[
https://issues.jboss.org/browse/RF-12052?page=com.atlassian.jira.plugin.s...
]
Jean ANDRE updated RF-12052:
----------------------------
Description:
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.
was:
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.
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}
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira