Re: Modular Wicket Application

2014-02-13 Thread IowA
Thanks! Martin Grigorov-4 wrote > https://github.com/ReginaldasR/wicket-modular/pull/1 > > Martin Grigorov > Wicket Training and Consulting > > > On Wed, Feb 12, 2014 at 5:51 PM, IowA < > reginaldasr@ > > wrote: > >> Hello, I was not using annotations, so after removing it from pom.xml I >>

Re: Modular Wicket Application

2014-02-12 Thread Martin Grigorov
https://github.com/ReginaldasR/wicket-modular/pull/1 Martin Grigorov Wicket Training and Consulting On Wed, Feb 12, 2014 at 5:51 PM, IowA wrote: > Hello, I was not using annotations, so after removing it from pom.xml I am > still getting same error > > > Martin Grigorov-4 wrote > > Hi, > > > >

Re: Modular Wicket Application

2014-02-12 Thread IowA
Hello, I was not using annotations, so after removing it from pom.xml I am still getting same error Martin Grigorov-4 wrote > Hi, > > You have to use Wicket libraries with the same major version. > wicket is 7.0.0-SNAPSHOT > but wicketstuff-annotation is 1.4 > > I'd recommend you to use 6.13 fo

Re: Modular Wicket Application

2014-02-12 Thread Martin Grigorov
Hi, You have to use Wicket libraries with the same major version. wicket is 7.0.0-SNAPSHOT but wicketstuff-annotation is 1.4 I'd recommend you to use 6.13 for both Martin Grigorov Wicket Training and Consulting On Sat, Feb 8, 2014 at 10:12 AM, IowA wrote: > Hello all, I am new to Wicket. Whe

Re: Modular Wicket Application

2014-02-10 Thread IowA
You can get sample project from github: https://github.com/ReginaldasR/wicket-modular -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Modular-Wicket-Application-tp4664317p4664328.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Modular Wicket Application

2014-02-10 Thread IowA
You can get sample project from github: https://github.com/ReginaldasR/wicket-modular 2014-02-09 18:41 GMT+02:00 IowA [via Apache Wicket] < ml-node+s1842946n4664328...@n4.nabble.com>: > You can get sample project from github: > https://github.com/ReginaldasR/wicket-modular > > --

Re: Modular Wicket Application

2014-02-08 Thread Paul Bors
I’m no expert, but it looks like your filter is not started right. That should be configured via the web.xml file. Perhaps you could create a quick-start and package your project for us to see it as a whole? Only the minimal code that produces the error should be packaged. On Feb 8, 2014, at 4: