You're almost there (assuming that the button refreshes the table correctly). 
In your a:support tag change it to:
<a:support event="onkeyup" action="#{staffCourseList.find}" 
reRender="dataTableStaffCourseList"/>

This will update the value of classTitle in your Bean with each keystroke. 
Assuming that your dataTable is populated with a query that uses this 
parameter, then it will work fine. 

Cheers,

Damian. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069033#4069033

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069033
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to