that doesnt really help much as it only works for that one compnent
class. it is much nicer to have one global solution such as
MyApplication.get(). but thats just my two cents.

-igor

On Sun, Jun 15, 2008 at 1:15 PM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> 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