To clarify, onActivate() is an event handler method, and @RequestParameter is only honored for event handler methods. beginRender(), afterRender(), etc. are render phase methods, @RequestParameter would not work there.
On Wed, Aug 8, 2012 at 7:03 PM, Lance Java <lance.j...@googlemail.com> wrote: > You can also use @RequestParameter on parameters in render phase methods. > > eg > void onActivate(@RequestParameter("foo") String foo) { ... } > > Normal tapestry coercion rules apply for types -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org