Re: Link url in ListView on ajaxed panel not resolving properly

2012-11-08 Thread Simon B
Thanks Sven, I've added a Jira issue and attached a quickstart: https://issues.apache.org/jira/browse/WICKET-4860 Let me know if there is any more information that you need Cheers Simon -- View this message in context:

Re: Link url in ListView on ajaxed panel not resolving properly

2012-11-04 Thread Simon B
Hi Sven, Thanks for the reply. I have just tried with wicket version 1.5.8 and I get the same symtoms i.e. bookmarkable/ string in the url of the links in the updated ajax results, and also the same exeption: Any other suggestions? Let me know if you need any more information. Cheers

Re: Link url in ListView on ajaxed panel not resolving properly

2012-11-04 Thread Sven Meier
Thanks for testing with 1.5.8. Please create a Jira issue with a quickstart demonstrating the problem. Sven On 11/04/2012 10:09 AM, Simon B wrote: Hi Sven, Thanks for the reply. I have just tried with wicket version 1.5.8 and I get the same symtoms i.e. bookmarkable/ string in the url of

Link url in ListView on ajaxed panel not resolving properly

2012-11-03 Thread Simon B
Hi, I'm using wicket 1.5.7 I've got a page that has a filter widget in it and a summary list of results that correspond to the filter criteria. When the page initially renders the widget and the default results show. When the filter is changed and an apply filter button is clicked, the results

Re: Link url in ListView on ajaxed panel not resolving properly

2012-11-03 Thread Sven Meier
Have you tried with 1.5.8 ? Sven On 11/03/2012 10:22 PM, Simon B wrote: Hi, I'm using wicket 1.5.7 I've got a page that has a filter widget in it and a summary list of results that correspond to the filter criteria. When the page initially renders the widget and the default results show.