RE: Replacing the contents of a table with ajax

2011-09-08 Thread Werner Riegel
Hello Gabriel, thanks for your reply. It works the way you described it. Thanks for that! :) here's how it looks like now, maybe it helps someone else with the same problem: // the variable tp is the already existing table panel on the page. protected void onSubmit(AjaxRequestTarget target, Fo

RE: Replacing the contents of a table with ajax

2011-09-07 Thread Werner Riegel
ax > > Usually, put a container around the table and update the container > through ajax and not the table directly. > > /Robert > > On 09/07/2011 04:22 PM, Werner Riegel wrote: > > > > Hello, > > > > im trying to update the contents of a table, but

Replacing the contents of a table with ajax

2011-09-07 Thread Werner Riegel
Hello, im trying to update the contents of a table, but it doesn't really work. I hope you guys can help me with that. My page looks like the following: It has a Form, consisting of a drop down list + an ajaxbutton, and below the form is a table. After choosing an element from the list and pre