[richfaces-issues] [JBoss JIRA] Resolved: (RF-9959) Collapsible panel: toggleListener should accept methods with event parameter

Alex Kolonitsky (JIRA) jira-events at lists.jboss.org
Wed Dec 15 06:38:52 EST 2010


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

Alex Kolonitsky resolved RF-9959.
---------------------------------

    Resolution: Cannot Reproduce Bug


public class RichCollapsiblePanelBean implements Serializable {

   ...

    public void panelToggleListener(ToggleEvent event) {
        RichBean.logToPage("* panel " + (event.isExpanded() ? "expanded" : "collapsed"));
    }


instead of ToggleEvent should be PanelToggleEvent

> Collapsible panel: toggleListener should accept methods with event parameter
> ----------------------------------------------------------------------------
>
>                 Key: RF-9959
>                 URL: https://issues.jboss.org/browse/RF-9959
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.0.0.Milestone4
>         Environment: RichFaces 4.0.0-SNAPSHOT r.20424
>            Reporter: Pavol Pitonak
>            Assignee: Alex Kolonitsky
>             Fix For: 4.0.0.Milestone5
>
>
> Attribute toggleListener of rich:collapsiblePanel should accept methods with parameter ToggleEvent. Now it requires no-arg methods.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list