Re: Wicket 1.5.6 duplicates segments in absolute URLs

2012-05-15 Thread Martin Grigorov
> To unsubscribe, e-mail: [hidden email] >> >> For additional commands, e-mail: [hidden email] >> >> >> >> >> ------------ >> If you reply to this email, your message will be a

Re: Wicket 1.5.6 duplicates segments in absolute URLs

2012-05-15 Thread Dirk Forchel
gt; discussion below: > http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-6-duplicates-segments-in-absolute-URLs-tp4632213p4634095.html > > > To unsubscribe from Wicket 1.5.6 duplicates segments in absolute URLs, > click here > <http://apache-wicket.1842946.n4.nabble.com/templ

Re: Wicket 1.5.6 duplicates segments in absolute URLs

2012-05-15 Thread Martin Grigorov
Thanks. Send it directly to me. I'll attach it when Jira is OK. On Tue, May 15, 2012 at 10:34 AM, Dirk Forchel wrote: > I've created issue https://issues.apache.org/jira/browse/WICKET-4561. > Unfortunately I can't attach the quickstart since the JIRA server does > respond with an error message. >

Re: Wicket 1.5.6 duplicates segments in absolute URLs

2012-05-15 Thread Dirk Forchel
I've created issue https://issues.apache.org/jira/browse/WICKET-4561. Unfortunately I can't attach the quickstart since the JIRA server does respond with an error message. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-6-duplicates-segments-in-absolute-URLs

Re: Wicket 1.5.6 duplicates segments in absolute URLs

2012-05-14 Thread Martin Grigorov
Hi, On Mon, May 14, 2012 at 3:37 PM, Dirk Forchel wrote: > Since we migrate our application to Wicket 1.5.6 some URLs from > BookmarkablePageLinks have duplicate segements for indicating a Shop and a > Language item from our persistence model. For indicating a Shop and Language > item we use our

Wicket 1.5.6 duplicates segments in absolute URLs

2012-05-14 Thread Dirk Forchel
Since we migrate our application to Wicket 1.5.6 some URLs from BookmarkablePageLinks have duplicate segements for indicating a Shop and a Language item from our persistence model. For indicating a Shop and Language item we use our own ShopMapper and LanguageMapper (subclass of AbstractComponentMap