Why is the Component's getApplication method final? In formwer Wicket
versions I could have

        class MyApplication extends Application.....

        class MyComponent {
                public MyApplication getApplication() {
                        return (MyApplication)(super.getApplication());
                }
        }

This made life a bit easier.

Stefan

Reply via email to