Ah I remember this - I think there's still actually a ticket open for
it...The gist of it is that the @Table component doesn't honor the component
id you pass in to it, so there probably really isn't an element on your
rendered page with a id="table" attribute.

You can get around this for now by doing something like:

<span jwcid="[EMAIL PROTECTED]" >
// table in here...
</span>

But I'll try to make sure that gets fixed in table before 4.1.2 goes out.
Sorry for the confusion.

On 5/4/07, Бурлака Денис <[EMAIL PROTECTED]> wrote:

Hello.
I have made a simple form and table on the page. I send async AJAX request
to the server, then I update model (List<Item>) on the server side and then
I update table component on the page. But table component does't change.
Here some code:
<snipped>


--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Reply via email to