Re: Page activation context question

2008-03-23 Thread Yura Tkachenko
://www.nabble.com/Page-activation-context-question-tp16231642p16231791.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Page activation context question

2008-03-23 Thread Anton Litvinenko
this message in context: http://www.nabble.com/Page-activation-context-question-tp16231642p16231791.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Page activation context question

2008-03-23 Thread Bill Holloway
Your onActivate method can also take varargs, as in void onActivate (String... args) { _firstObj = restoreFirstObj(args[0]); if (args[1] != null) _secondObj = restoreSecondObj(args[1]); ... } String[] onPassivate () { ListString args = new ArrayListString(); args.add

Re: Page activation context question

2008-03-23 Thread Howard Lewis Ship
). -- View this message in context: http://www.nabble.com/Page-activation-context-question-tp16231642p16231791.html Sent from the Tapestry - User mailing list archive at Nabble.com

Page activation context question

2008-03-22 Thread Yura Tkachenko
Hi All, I've been reading chapter about Page Activation Context here: http://tapestry.apache.org/tapestry5/tapestry-core/guide/pagenav.html. And I have a question: can I pass using activation context more than one parameter? For example in help we have an example: void onActivate(long

Page activation context question

2008-03-22 Thread Yura Tkachenko
Hi All, I've been reading chapter about Page Activation Context here: http://tapestry.apache.org/tapestry5/tapestry-core/guide/pagenav.html. And I have a question: can I pass using activation context more than one parameter? For example in help we have an example: void onActivate(long

Re: Page activation context question

2008-03-22 Thread SergeEby
data (truncated). -- View this message in context: http://www.nabble.com/Page-activation-context-question-tp16231642p16231791.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail