Re: component specific action event

2009-03-25 Thread DH
sources#triggerEvent. Thanks DH - Original Message - From: "Reinhold Gruber" Sent: Thursday, March 26, 2009 5:36 AM Subject: RE: component specific action event Ok, I see. The method must be named "onActionFromTest". Thanks for that. But does that mean, that in

RE: component specific action event

2009-03-25 Thread Reinhold Gruber
, 25. März 2009 18:14 To: Tapestry users Subject: Re: component specific action event This is part of how Tapestry handles event bubbling. To Test (container of sampleLink), the action event originates from component sampleLink. To Start (container of component test), the action event origi

Re: component specific action event

2009-03-25 Thread Howard Lewis Ship
This is part of how Tapestry handles event bubbling. To Test (container of sampleLink), the action event originates from component sampleLink. To Start (container of component test), the action event originates from component test. On Wed, Mar 25, 2009 at 10:05 AM, nille hammer wrote: > Hi Rein

Re: component specific action event

2009-03-25 Thread nille hammer
Hi Reinhold, either delete the context-Attribute in your template or provide an event handler with a parameter holding the context-value (e.g. public void onActionFromSampleLink(final int value) ). It is just a guess, but I am pretty sure that tapestry is confused by the fact that you provide a