> My solution cover everything you needed without the need for
> subclasses to call initialize(). About some pages needing two
> parameters, other two, this isn't a problem: just use EventContext as
> the parameter of your onActivate(). Regardless of how many parameters
> were used, it will be called. You can check the number of parameters
> using EventContext.getCount() and get their values using
> EventContext(Class desiredType, int index).

Ok, finally got it! Thank you very much! :-)

        Piero

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to