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, but instead of letting it extend WebApplication, it
would extend AnnotSpringWebApplication.

Eelco



On 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 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
> together? I cannot extend both of them at the same time. Does anyone know
> how to get both functions working together?
>
> Kind regards,
> Chih-liang
> --
> View this message in context: 
> http://www.nabble.com/How-to-use-AuthenticatedWebApplication-together-with-AnnotSpringWebAppli-t1760259.html#a4788429
> Sent from the Wicket - User forum at Nabble.com.
>
>
>
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to