Hi All,

       I have a page music.tml and in that page there is a button called
play, In the corresponding music.java there is a method

public String onSelectedFromPlay() {
                return "Play";
        }


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 I achieve that?

Normally I would have used <a href... with a parameter and get the parameter
value in that play.java page using @ActivationRequestParameter, however here
I must use button.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-do-I-pass-values-from-one-page-to-another-using-onSelected-tp5556685p5556685.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to