Migration 1.4 -> 7.0: org.apache.wicket.markup.html.link.PageLink

2015-08-21 Thread Jörg Schaible
Hi, I have never worked with Wicket, but should migrating an application from 1.4.x to 7.0. I am searching a replacement for org.apache.wicket.markup.html.link.PageLink. It no longer available and is not mentioned anywhere in the migration guides. Following elements are added in the constructo

Re: Migration 1.4 -> 7.0: org.apache.wicket.markup.html.link.PageLink

2015-08-24 Thread Jörg Schaible
Martin Grigorov wrote: > Hi, > > The easy fix is: use BookmarkablePageLink. > > The class has been deprecated for 1.5 and removed for 6.x, I think. > I will be easier for you if you upgrade from 1.4 to 1.5, then to 6.x and > finally to 7.0.0. > This way you will see the deprecation warnings and

Wicket & Felix

2015-08-24 Thread Jörg Schaible
Hi, I am migrating an old Wicket application running in Apache Felix and I wonder how I should register my initializer. According the migration docs I should move and rename the "/wicket.properties" file to "META- INF/wicket/.properties". However, in Felix I have an URL for this resource like

Re: Wicket & Felix

2015-08-25 Thread Jörg Schaible
Hi Martin, Martin Grigorov wrote: > Hi, > > > On Mon, Aug 24, 2015 at 4:06 PM, Jörg Schaible > > wrote: > >> Hi, >> >> I am migrating an old Wicket application running in Apache Felix and I >> wonder how I should register my initializer. Acco

Re: Wicket & Felix

2015-08-25 Thread Jörg Schaible
Hi Christoph, Christoph Läubrich wrote: > Just a hint: If you like to use Wicket inside OSGi, maybe > https://ops4j1.jira.com/wiki/display/paxwicket/Pax+Wicket might be an > alternative instead of doing all things manually. You might also find a > hint about the initilizer there... A redesign of

Re: Wicket & Felix

2015-08-25 Thread Jörg Schaible
Hi Martin, Martin Grigorov wrote: > On Tue, Aug 25, 2015 at 9:20 AM, Jörg Schaible > > wrote: >> >> Martin Grigorov wrote: >> > >> > On Mon, Aug 24, 2015 at 4:06 PM, Jörg Schaible >> > > >> wrote: [snip] >> >>