[
https://jira.jboss.org/jira/browse/RF-4709?page=com.atlassian.jira.plugin...
]
Nick Belaevski commented on RF-4709:
------------------------------------
Case to test:
<rich:tabPanel switchType="client" id="tabPanel">
<rich:tab label="First" id="firstTab">First
tab</rich:tab>
<rich:tab label="Second" id="secondTab">Second
tab</rich:tab>
<a4j:support event="ontabchange"
action="#{actionBean.addMessage('tabPanel')}" />
</rich:tabPanel>
<rich:togglePanel label="Toggle panel" id="togglePanel"
initialState="first" stateOrder="first,second"
switchType="client">
<f:facet name="first">
<h:panelGroup>
<rich:toggleControl id="firstControl" switchToState="second"
value="To second"/>
</h:panelGroup>
</f:facet>
<f:facet name="second">
<h:panelGroup>
<rich:toggleControl id="secondControl" switchToState="first"
panelId="togglePanel" value="To first"/>
</h:panelGroup>
</f:facet>
<a4j:support event="onclick"
action="#{actionBean.addMessage('togglePanel')}" />
</rich:togglePanel>
<rich:panelBar id="panelBar">
<rich:panelBarItem label="First"
id="firstPanelBarItem">First item</rich:panelBarItem>
<rich:panelBarItem label="Second"
id="secondPanelBarItem">Second item</rich:panelBarItem>
<a4j:support event="onitemchange"
action="#{actionBean.addMessage('panelBar')}" />
</rich:panelBar>
UISwitchablePanel: facets are not handled
-----------------------------------------
Key: RF-4709
URL:
https://jira.jboss.org/jira/browse/RF-4709
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Tsikhon Kuprevich
Priority: Critical
Fix For: 3.3.0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira