Em Thu, 14 Aug 2008 21:59:16 -0300, Angelo Chen
<[EMAIL PROTECTED]> escreveu:
Object onActivate(Object obj)
obj will always be the first part of the path, example, if I pass
www.mydomian.com/mypage/123
obj contains only 'mypage', is there a way to get also '123'?
Use Object[], List or EventContext
(http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/EventContext.html)
as the onActivate parameter.
Thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]