Re: How update component on the page

2007-06-29 Thread Jani Lindqvist
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 [EMAIL PROTECTED] wrote: Ah I

How update component on the page

2007-05-04 Thread Бурлака Денис
Hello. I have made a simple form and table on the page. I send async AJAX request to the server, then I update model (ListItem) on the server side and then I update table component on the page. But table component does't change. Here some code: Home.html page: html jwcid=@Shell

Re: How update component on the page

2007-05-04 Thread Jesse Kuhnert
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