One easy way of doing it is to return the whished component in setupRender()
and false in the beginRender() methods of your page.

Returning the component in  the setupRender makes tapestry to render this
component first and then the others.
Returning false in the beingRender stops all rendering.
So you end up with only the wished component to be rendered.

Alex

On 6/14/07, Erik Vullings <[EMAIL PROTECTED]> wrote:

Hi All,

I use a layout/border component to define the general look and feel of my
page. This layout consists of other embedded components. Depending on
certain events in the main body (i.e.the <t:body/> bit), some of the
embedded components in the layout component need to be
refreshed/rerendered.

What would be the appropriate way to do this? Can I generate an event for
that?

Thanks
Erik

Reply via email to