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
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
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
>
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
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