[jboss-user] [JBoss Seam] - Re: EntityQuery Ajax update

damianharvey do-not-reply at jboss.com
Tue Jul 31 04:07:40 EDT 2007


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



More information about the jboss-user mailing list