Re: Ajax Link not resolving Wicket 6.4

2013-01-21 Thread Sven Meier
Hi, >Anyway let me know if you'd like the quickstart that shows the issue in 6.4 We have no need for it. Better create a quickstart for the next issue you'll find. Thanks Sven On 01/21/2013 10:27 AM, Simon B wrote: Hi Sven, I just tried 6.5 and that's fixed it! Thank you very much. If

Re: Ajax Link not resolving Wicket 6.4

2013-01-21 Thread Simon B
Hi Sven, I just tried 6.5 and that's fixed it! Thank you very much. If you still want a quickstart to have a look at the code that demonstrates the issue in 6.4, then let me know. As it turned out It wasn't to do with my BookmarkableMapper sub class although the urls that the mapper handles ha

Re: Ajax Link not resolving Wicket 6.4

2013-01-20 Thread Simon B
Hi, I've managed to produce a quickstart that reliably reproduces the problem I'm having. It looks like that it's to do with my BookmarkableMapper sub class, so I thought I'd try and diagnose the issue more precisely first rather than ask others to look into it, as it may simply be a bug in my c

Re: Ajax Link not resolving Wicket 6.4

2013-01-19 Thread Sven Meier
https://issues.apache.org/jira/browse/WICKET-4920 Which was I thought was fixed but might have been unfixed ;) Regards, Chris -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Saturday, 19 January 2013 2:02 AM To: users@wicket.apache.org Subject: Re: Ajax Lin

RE: Ajax Link not resolving Wicket 6.4

2013-01-18 Thread Chris Colman
gt;To: users@wicket.apache.org >Subject: Re: Ajax Link not resolving Wicket 6.4 > >Try to reproduce it in a quickstart, with any render strategy. >If you succeed then please attach it to a ticket in Jira and we will >investigate. > > >On Fri, Jan 18, 2013 at 4:50 PM, Simon B wro

Re: Ajax Link not resolving Wicket 6.4

2013-01-18 Thread Martin Grigorov
Try to reproduce it in a quickstart, with any render strategy. If you succeed then please attach it to a ticket in Jira and we will investigate. On Fri, Jan 18, 2013 at 4:50 PM, Simon B wrote: > Hi Martin, > > Thanks for replying. > > I take the url of the page for example: > > http://localhost

Re: Ajax Link not resolving Wicket 6.4

2013-01-18 Thread Simon B
Hi Martin, Thanks for replying. I take the url of the page for example: http://localhost:8080/rental/piedras-otra-afuera-de-bs-as-52368.html This is mounted using a MountedMapper in the Application object and resolves to a subclass of WebPage I copy the url, then boot up a fresh version of I

Re: Ajax Link not resolving Wicket 6.4

2013-01-18 Thread Martin Grigorov
Hi, On Fri, Jan 18, 2013 at 4:22 PM, Simon B wrote: > Hi > > I'm using wicket 6.4.0 on Jetty > > I've got mounted Bookmarkable page with various forms submitted via a > AjaxButton (actually a IndicatingAjaxButton) > > When I go to the page by directly copying the url of the mounted > Bookmarka

Ajax Link not resolving Wicket 6.4

2013-01-18 Thread Simon B
Hi I'm using wicket 6.4.0 on Jetty I've got mounted Bookmarkable page with various forms submitted via a AjaxButton (actually a IndicatingAjaxButton) When I go to the page by directly copying the url of the mounted Bookmarkable page into the nav bar or clicking the url from an email, the targe