No. Events bubble up, so if you have:

<t:form>
  <t:somecomponent>
</t:form>

The form can "see" the events from somecomponent, and the page will see events 
from form and somecomponent, but somecomponent won't see the form's event.

What are you trying to accomplish?

Robert

On Aug 22, 2011, at 8/223:04 PM , Jens Breitenstein wrote:

> Hi all!
> 
> is it possible for a component to listen to the "success" event from the 
> enclosing form?
> I tried various onEvent combinations but my annotated component method is 
> never called...
> 
> 
> Jens
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


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

Reply via email to