hello,

On 8/15/05, Patrick Casey <[EMAIL PROTECTED]> wrote:
> 
> 
> mistaken (which wouldn't be the first time), this particular AJAX
> implementation isn't going to save me anything on page render time because
> even if I'm only updating a small div in the middle of the form, Tapestry
> still has to render the entire form and return it. So the only thing I'm
> really saving on is the "screen flicker" associated with a complete redraw.
> In terms of server side resources and network resources, I'm still A)
> building the whole form and B) sending the whole form.

That is generally true - with the tapestry rendering lifecycle you
can't jump in to the middle of the rendition cycle, things could
easily break... However, Tacos will skip rendering for Parts that have
optimize="true" set and are not needed for the current request. Read
the docs on the optimize parameter.

hope this helps,
  viktor

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to