On 3/30/07, Chris Colman <[EMAIL PROTECTED]> wrote:

2. Users still have to remember to call super.onAttach in their
overridden handlers though this could be rectified by creating a new
method internalOnAttach that only the framework calls:


heh, weve been down this road and i just finally removed the damn
internalOnAttach() and internalOnDetach(), so i doubt we will want to go
there again.

component.attach() and component.detach() are now smart enough to check if
all onattach/ondetach overrides call super.

-igor
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to