Re: How do I pass values from one page to another using onSelected

2012-03-12 Thread karthi
Thank you it works great!! -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-do-I-pass-values-from-one-page-to-another-using-onSelected-tp5556685p5557246.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: How do I pass values from one page to another using onSelected

2012-03-12 Thread Stephan Windmüller
On 12.03.2012 06:32, karthi wrote: > When the user clicked on the button this above method will get invoked and I > return a name "Play" so the page Play will get invoked, here I want to send > a value (url to play the music) from music.tml to play.tml when the user > clicks on the button, how do

How do I pass values from one page to another using onSelected

2012-03-11 Thread karthi
oked and I return a name "Play" so the page Play will get invoked, here I want to send a value (url to play the music) from music.tml to play.tml when the user clicks on the button, how do I achieve that? Normally I would have used http://tapestry.1045711.n5.nabble.com/How-do-I-pass-val