yes init is called before i do see this:
// Call internal init method of web application for default
// initialization
webApplication.internalInit();
// Call init method of web application
webApplication.init();
// We initialize components here rather than in the constructor or
// in the in
I am currently having great fun (no, I'm not being sarcastic) with Wicket's IInitializer plugin mechanism, using it to plug additional functionality into a basic CMS framework (e.g. news feeds, video upload, etc). Just hit a brick wall though - it seems as through the initializers are called too la