Re: [Wicket-user] Extending WebApplication in related projects problem

2007-07-06 Thread Maurice Marrink
Perhaps a bit late but you also do not need to extend SwarmWebApplication (it just takes care of the grunt work for you) You could use Swarm and not use the SwarmWebApplication by implementing the WaspApplication interface for an example of this check out the ExtendsTest in the test directory of sw

Re: [Wicket-user] Extending WebApplication in related projects problem

2007-07-05 Thread Igor Vaynberg
On 7/5/07, Daniel Stoch <[EMAIL PROTECTED]> wrote: On 7/5/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > On 7/5/07, Daniel Stoch <[EMAIL PROTECTED]> wrote: > > > > If I want to use wicket-spring and wicket-swarm, there is a problem: > > from which class should I extend my application class: > >

Re: [Wicket-user] Extending WebApplication in related projects problem

2007-07-05 Thread Daniel Stoch
On 7/5/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > On 7/5/07, Daniel Stoch <[EMAIL PROTECTED]> wrote: > > > > If I want to use wicket-spring and wicket-swarm, there is a problem: > > from which class should I extend my application class: > > SpringWebApplication or SwarmWebApplication? > > you n

Re: [Wicket-user] Extending WebApplication in related projects problem

2007-07-05 Thread Igor Vaynberg
On 7/5/07, Daniel Stoch <[EMAIL PROTECTED]> wrote: If I want to use wicket-spring and wicket-swarm, there is a problem: from which class should I extend my application class: SpringWebApplication or SwarmWebApplication? you no longer need to extend SpringWebApplication if you want to use ann