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

2007-07-31 Thread damianharvey
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

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

2007-07-31 Thread jlane
Thanks Damian - that worked the first time. I had the reRender in the command button but not in the a:support. After making that change it worked perfectly. Thanks for taking the time to have a look. Regard, John View the original post :