[richfaces-issues] [JBoss JIRA] Created: (RF-4092) dataFilterSlider: method defined in "action" attribute has never called.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Tue Aug 5 10:01:56 EDT 2008


dataFilterSlider: method defined in "action" attribute has never called.
------------------------------------------------------------------------

                 Key: RF-4092
                 URL: https://jira.jboss.org/jira/browse/RF-4092
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: IE6, IE7, FF 3.1, Opera 9.27, Safari 3.1(3.2.2.BETA3)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski


Step 1. Set action="#{dfs.act}" inside rich:dataFilterSlider.
Step 2. Add act method in "dfs" bean following way:
public void act(){
//some code
}
Step 3. Filter dfs data by moving slider pointer.
Step 4. Verify was 'act' method called?

Actual behavior:
'act' method isn't called.

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