users@woodstock.java.net

Re: Table + AJAX

From: Dan Labrecque <Dan.Labrecque_at_Sun.COM>
Date: Wed, 21 Nov 2007 15:46:28 -0500

Not all components support this API -- please see the TLD for supported
JavaScript features. There is a table2 component in the works which is
fully Ajax enabled and supports the refresh feature.

Dan

Lking wrote:
> How can I get a client-side update with the Table component?
> I was trying something like...
>
> onChange="document.getElementById('form1:table1').refresh('form1:textfield1');"
>
> but it doesn't work.
>
> thanks.