Re: use of ActivationRequestParameter

2011-07-11 Thread Taha Hafeez
the field name is used by default > > > >> > > http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/annotations/ActivationRequestParameter.html#value() > > > > oh, just notice this, T5 has all this goodies that difficult to find, or > not > > so obvious. >

Re: use of ActivationRequestParameter

2011-07-11 Thread Bob Harner
ice this, T5 has all this goodies that difficult to find, or not > so obvious. > > Thanks, > > > -- > View this message in context: http://tapestry.1045711.n5.nabble.com/use-of-ActivationRequestParameter-tp45

Re: use of ActivationRequestParameter

2011-07-10 Thread Lenny Primak
find, or not > so obvious. > > Thanks, > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/use-of-ActivationRequestParameter-tp4573855p4573926.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > -

Re: use of ActivationRequestParameter

2011-07-10 Thread Angelo C.
/annotations/ActivationRequestParameter.html#value() oh, just notice this, T5 has all this goodies that difficult to find, or not so obvious. Thanks, -- View this message in context: http://tapestry.1045711.n5.nabble.com/use-of-ActivationRequestParameter-tp4573855p4573926.html Sent from the Tapestry - User mailing

Re: use of ActivationRequestParameter

2011-07-10 Thread Thiago H. de Paula Figueiredo
On Mon, 11 Jul 2011 01:59:31 -0300, Taha Hafeez wrote: Always no, most of the time yes. Grabbing all opportunities before Thiago is awake :) I'm awake, but it's 2am here in Belo Horizonte, Brazil and I'm quite lazy now. :P -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapes

Re: use of ActivationRequestParameter

2011-07-10 Thread Taha Hafeez
> @ActivationRequestParameter("name") >private String queryParam; > > that works. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/use-of-ActivationRequestParameter-tp4573855p4573878.html

Re: use of ActivationRequestParameter

2011-07-10 Thread Angelo C.
nabble.com/use-of-ActivationRequestParameter-tp4573855p4573878.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-mai

Re: use of ActivationRequestParameter

2011-07-10 Thread Taha Hafeez
s null: > > public class Test { > >@ActivationRequestParameter >private String queryParam; > >Object onActivate() { >System.out.println(queryParam); >return null; >} > > } > > ? > > > -- > View

use of ActivationRequestParameter

2011-07-10 Thread Angelo C.
() { 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