[richfaces-issues] [JBoss JIRA] Updated: (RF-4990) The states of multiple SimpleTogglePanels in one page got sync all the time

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Dec 6 14:00:36 EST 2008


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

Nick Belaevski updated RF-4990:
-------------------------------

    Fix Version/s: Future


> The states of multiple SimpleTogglePanels in one page got sync all the time
> ---------------------------------------------------------------------------
>
>                 Key: RF-4990
>                 URL: https://jira.jboss.org/jira/browse/RF-4990
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Sean Moon
>             Fix For: Future
>
>
> When a page contains more than one simpleTogglePanel(STP from now), it keeps collapsing all STP. 
> <h:panelGroup id="topicsAndClientsDetails">
> <a4j:repeat value="#{orderNewControl.orderItems}" var="item">
>                     <rich:simpleTogglePanel headerClass="FormPanelTab" opened="#{item.opened}"
>                         switchType="client">
> .....
>                      <a4j:commandLink action="#{orderNewControl.addDetailItem}" value="+Add Line"
>                                     reRender="detailListPanel,topicsAndClientsDetails">
>                                     <f:param name="detailItemClient" value="#{item.client.id}" />
>                                     <f:param name="detailItemTopic" value="#{item.topic.id}" />
>                      </a4j:commandLink>
> When the tag property, "opened", gets changed for one STP, but it keeps collapsing all STPs when I reRendered parent panelGroup.
> It used to be working fine when I tested on 3.2.1.
> I guess there has been some code changes on this module.

-- 
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

        



More information about the richfaces-issues mailing list