hi, not sure if I understand this correctly, was hoping i can do this: www.sample.com/test?123
for that I created following page class, but queryParam is always null: public class Test { @ActivationRequestParameter private String queryParam; Object onActivate() { System.out.println(queryParam); return null; } } ? -- View this message in context: http://tapestry.1045711.n5.nabble.com/use-of-ActivationRequestParameter-tp4573855p4573855.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