[
https://jira.jboss.org/jira/browse/RF-8253?page=com.atlassian.jira.plugin...
]
Matteo Galli commented on RF-8253:
----------------------------------
The bean scope is session.
faces-config.xml:
<managed-bean>
<managed-bean-name>testMB</managed-bean-name>
<managed-bean-class>com.i4c.web.beans.test.TestMB</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
action not called after filtering into rich:dataTable
-----------------------------------------------------
Key: RF-8253
URL:
https://jira.jboss.org/jira/browse/RF-8253
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 3.3.1
Environment: Oracle Weblogic 11g on Ubuntu Linux 9.10
Reporter: Matteo Galli
Attachments: test.jsp
The issue is related to filtering data into a rich:dataTable.
If I filter data in a column by entering a search string, then no AJAX event will be
sent until the refresh of the page.
Example
test.jsp (attached) has a checkAll checkbox which selects all the elements of the table.
The checkBox works properly until I filter (name or description), afterwards the checkBox
doesn't work at all and the rich:dataScroller does not respond.
It seems than no events are sent to TestMB after filtering.
--
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