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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to