You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Jani Lindqvist <ac...@gmail.com> on 2007/06/29 15:20:05 UTC

Re: How update component on the page

I just experienced exactly the same problem with RenderBlock and worked
around wrapping it with Any.

should update work directly with RenderBlock id, or not. I'd guess it should
but if not, is there other special components that aren't?

On 5/4/07, Jesse Kuhnert <jk...@gmail.com> wrote:
>
> 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="tableArea@Any" >
> // 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, Бурлака Денис <bu...@yandex.ru> 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
>