Re: a component problem in work

2011-07-06 Thread dick_hu
quests. > > Thank you very much for the answer! -- View this message in context: http://tapestry.1045711.n5.nabble.com/a-component-problem-in-work-tp4555384p4556985.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: a component problem in work

2011-07-06 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Jul 2011 23:36:39 -0300, Lenny Primak wrote: I think you need to look at @PageLoaded or @PageAttached annotations / naming conventions to do what you want. onActivate is for page context parameter processing It's also for any page initialization that needs to be done in both

Re: a component problem in work

2011-07-05 Thread dick_hu
apestry.1045711.n5.nabble.com/a-component-problem-in-work-tp4555384p443.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional c

Re: a component problem in work

2011-07-05 Thread Lenny Primak
method is just do the page's init work,It's not any > relation with my actionlink action. > Is there any other way to init the page? Can I init in other page render > method ? > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/a-component-

Re: a component problem in work

2011-07-05 Thread dick_hu
on and return a zone, the page's activate method is just do the page's init work,It's not any relation with my actionlink action. Is there any other way to init the page? Can I init in other page render method ? -- View this message in context: http://tapestry.1045711.n5.nab

Re: a component problem in work

2011-07-05 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Jul 2011 22:25:10 -0300, dick_hu wrote: I write a component in my page,the component contain a actionlink, everytime I click the actionlink the page's onActivate() method will run. It is unnecessary,what can I do? This is not unnecessary: it's normal, correct, expected Tapestr

a component problem in work

2011-07-05 Thread dick_hu
I write a component in my page,the component contain a actionlink, everytime I click the actionlink the page's onActivate() method will run. It is unnecessary,what can I do? Anyone can help me? -- View this message in context: http://tapestry.1045711.n5.nabble.com/a-component-problem-in