Re: Using IInitializer and wicket.properties with Databinder

2008-02-04 Thread Johan Compagner
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

Using IInitializer and wicket.properties with Databinder

2008-02-03 Thread Daniel Walmsley
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