Re: Pass Context Info to Bootstrap Modal

2013-10-29 Thread Thiago H de Paula Figueiredo
On Tue, 29 Oct 2013 19:55:20 -0200, Asma Merchant wrote: Hi Thiago, Hi! Thanks for your response. "t:context="literal:whatever you want" I still don't understand how to grab the id of radio button that was clicked. Let me be more clear: There's a set of 11 radio buttons each with a d

RE: Pass Context Info to Bootstrap Modal

2013-10-29 Thread Asma Merchant
Hi Thiago, Thanks for your response. >>"t:context="literal:whatever you want" I still don't understand how to grab the id of radio button that was clicked. Let me be more clear: There's a set of 11 radio buttons each with a different id. All radio buttons call same confirm message. If

Re: Switching off Reloading of Service Implemenation?

2013-10-29 Thread Martin Kersten
No comment... . :) 2013/10/28 Chris Mylonas > Sorry to bring up an old thread, I'm just reading it now - to my > entertainment and learning :) > > I've created a JIRA - https://issues.apache.org/jira/browse/TAP5-2210 > > For the purpose of suggesting an "Alternatives" section for the tapestry >

Re: Pass Context Info to Bootstrap Modal

2013-10-29 Thread Thiago H de Paula Figueiredo
On Tue, 29 Oct 2013 16:37:30 -0200, Asma Merchant wrote: Hi, Hi! t:event="changePulseMode" href="#" t:context="Pass clicked radio button's id here" class="btn btn-primary" >${message:yes } Just do t:context="literal:whatever you want". In this case, the button id is ve

Pass Context Info to Bootstrap Modal

2013-10-29 Thread Asma Merchant
Hi, I have a set of radio buttons. On clicking a radio button a confirm message is shown. If user selects yes then event is fired, otherwise nothing happens. I have made an event that is to be called on confirm modal. What I can't figure out is how to pass the radio button id or data-id to this ev