Re: [Wicket-user] Using SpringWebApplication with wicket-auth-roles

2007-03-23 Thread Michael Laccetti
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas R. Corbin Sent: March 23, 2007 10:55 AM To: [email protected] Subject: Re: [Wicket-user] Using SpringWebApplication with wicket-auth-roles On Friday, 23 March 2007 08:04 am, Julian

Re: [Wicket-user] Using SpringWebApplication with wicket-auth-roles

2007-03-23 Thread Thomas R. Corbin
On Friday, 23 March 2007 08:04 am, Julian Vassev escreveu: > Hi > I am using wicket-spring and retrieve the application bean from the spring > context. So I subclass SpringWebApplication. > > No I would like to take advantage of wicket-auth-roles project but now I am > supposed to subclass Authenti

[Wicket-user] Using SpringWebApplication with wicket-auth-roles

2007-03-23 Thread Julian Vassev
Hi I am using wicket-spring and retrieve the application bean from the spring context. So I subclass SpringWebApplication. No I would like to take advantage of wicket-auth-roles project but now I am supposed to subclass AuthenticatedWebApplication. How can I use both of them without doing copy