Re: DataTable with sandbox Ajax components

2006-04-25 Thread Rogerio Pereira
It would be better to have the update occur when you click the command button though because the refreshes may mostly just go to waste, but that's not implemented yet.  I agree, i think autoUpdateTable should be replaced with something like occurs with standards components working with CommandButt

Re: DataTable with sandbox Ajax components

2006-04-25 Thread Travis Reeder
Not at the moment, you may want to look at autoUpdateDataTable though which will refresh itself every X seconds.  Then you can use the commandButtonAjax to change the results and on the next refresh it will get the new results.  It would be better to have the update occur when you click the comman

DataTable with sandbox Ajax components

2006-04-25 Thread Rogerio Pereira
Hi guys,Can i use a commandButtonAjax with dataTable, i mean, can i return an ArrayList and fill the dataTable in Ajax way?-- Yours truly (Atenciosamente),Rogério