Re: Event Bubbling Help Required.

2014-08-31 Thread Sumanth
Thank you. On Sat, Aug 30, 2014 at 12:54 PM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > I can't see anything wrong with your code. As requested, here is a new > example: Event Bubbling With Context: > > > http://jumpstart.doublenegative.com.au/jumpstart7/examples/component/e

Re: Event Bubbling Help Required.

2014-08-30 Thread Geoff Callender
I can't see anything wrong with your code. As requested, here is a new example: Event Bubbling With Context: http://jumpstart.doublenegative.com.au/jumpstart7/examples/component/eventbubblingwithcontext Geoff On 30 Aug 2014, at 8:44 am, Sumanth wrote: > There is already a solution pr

Re: Event Bubbling Help Required.

2014-08-29 Thread Sumanth
There is already a solution provided by Howard Lewis Ship. I also hope this makes up available as an example in jumpstart or the documentation of tapestry itself as it is a common problem. It is as simple as just adding From"ComponentName" for each of the bubbling up event. For more explanation ple

Re: Event Bubbling Help Required.

2014-08-29 Thread Yubraj Ghimire
sorry typo error with pageRenderlinkresources.. It should have been componentResources.triggerEventWithContext On Fri, Aug 29, 2014 at 11:59 PM, Yubraj Ghimire wrote: > Hello Guys, > > I've stumbled upon a problem with EventLinks and Im unable to find a > solution. > > I have a component A w

Event Bubbling Help Required.

2014-08-29 Thread Yubraj Ghimire
Hello Guys, I've stumbled upon a problem with EventLinks and Im unable to find a solution. I have a component A with eventlink and component B which acts as container for component B. ComponentA.tml ///all other code ///all other code ComponentA.java void onRedirect(String context) { doso