[Wicket-user] How to use AuthenticatedWebApplication together with AnnotSpringWebAppli

2006-06-09 Thread itsliang
I'd like to use annotation for spring in my wicket application, and I know I can get that working by extending AnnotSpringWebApplication. I would also like to use wicket auth roles as well, and it can be done by extending AuthenticatedWebApplication. But what if I want to use both of them

Re: [Wicket-user] How to use AuthenticatedWebApplication together with AnnotSpringWebAppli

2006-06-09 Thread Igor Vaynberg
there was a thread very recently ( 2 days ago? ) about the same thing, please search the list.-IgorOn 6/9/06, itsliang [EMAIL PROTECTED] wrote:I'd like to use annotation for spring in my wicket application, and I know I can get that working by extending AnnotSpringWebApplication. I would alsolike

Re: [Wicket-user] How to use AuthenticatedWebApplication together with AnnotSpringWebAppli

2006-06-09 Thread Eelco Hillenius
It's something we might solve a bit neater sometime, but currently, I would recommend just extending AnnotSpringWebApplication, and then copying from AuthenticatedWebApplication the things you are interested in. The easiest way to go is just copy AuthenticatedWebApplication to your own project,