I don't think there is anything wrong with THOSE methods names (beforeCallComponent/ afterCallComponent). They describe exactly when they are called: whenever, before and after, a listener method on a component is called. And as an argument, it has the component that is to be/ was called. How is onBeginRequest/ onEndRequest better? Has nothing to do with that.
Eelco On 3/9/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > +1 ;) > > On 3/9/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > > onBeginRequest > > onEndRequest > > > > :) > > > > johan > > > > > > > > On 3/9/06, Eelco Hillenius <[EMAIL PROTECTED] > wrote: > > > what do you want? onBeforeCall ? Nah. > > > > > > Eelco > > > > > > On 3/9/06, Johan Compagner < [EMAIL PROTECTED]> wrote: > > > > yes i guess that are the 2 methods. > > > > Don't know if i like the names though.. (they are not really consistent > > with > > > > the rest) > > > > > > > > johan > > > > > > > > > > > > > > > > > > > > On 3/9/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Do we also need to have a onBeginRequest (or > > onBeginEventDispatch())? > > > > > > > > > > > > > > > > > > > > we have page.before/aftercallcomponent() > > > > > > > > > > -Igor > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > language > > > that extends applications into web and mobile media. Attend the live > > webcast > > > and join the prime developer group breaking into this new coding > > territory! > > > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 > > > _______________________________________________ > > > Wicket-develop mailing list > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > > > > > > -- > Living a wicket life... > > Martijn Dashorst - http://www.jroller.com/page/dashorst > > Wicket 1.1.1 is out: http://wicket.sourceforge.net/wicket-1.1 > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
