You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Renat Zubairov <re...@gmail.com> on 2007/02/01 13:34:27 UTC

AJAX update of the nested components

Hello,

I have a problem with AJAX update in Tap 4.1.1-SNAPSHOT.
I have a component that updates parts of itself and it works fine when
component is directly located on the page. But when component is
located inside another component, then it is not updating parts
anymore. With Firebug I can see that AJAX response is sent back but it
is empty.

-- 
Best regards,
Renat Zubairov

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: AJAX update of the nested components

Posted by Renat Zubairov <re...@gmail.com>.
I'm investigating the problem now and it seems that Dialog component
where my custom component is trying to update part of itself is not
allowing it to be updated.
Actually method renderComponent for Dialog component do not check
wherever internal components inside dialog component needed to be
updated.

On 01/02/07, Renat Zubairov <re...@gmail.com> wrote:
> Hello,
>
> I have a problem with AJAX update in Tap 4.1.1-SNAPSHOT.
> I have a component that updates parts of itself and it works fine when
> component is directly located on the page. But when component is
> located inside another component, then it is not updating parts
> anymore. With Firebug I can see that AJAX response is sent back but it
> is empty.
>
> --
> Best regards,
> Renat Zubairov
>


-- 
Best regards,
Renat Zubairov

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org