Re: Which url coding strategy to make more restful in page with navigator?

2010-08-09 Thread Holger
I recognize the same behavior: the panel renders ok but clicking on the navigator links has no effect. Can anybody help here? Nowaker wrote: I tried to use your BookmarkablePagingNavigator but it doesn't work. Clicking next, prev or page number has no effect. The panel itself renders OK.

Re: Which url coding strategy to make more restful in page with navigator?

2010-07-07 Thread Nowaker
I tried to use your BookmarkablePagingNavigator but it doesn't work. Clicking next, prev or page number has no effect. The panel itself renders OK. // It's org.wicketstuff.annotation @MountPath(path = oldest) @MountMixedParam(parameterNames = {page}) public class Oldest extends WebPage {

Re: Which url coding strategy to make more restful in page with navigator?

2010-05-17 Thread Igor Vaynberg
please attach your code to a jira issue so it doesnt get lost. -igor 2010/5/14 cleverpig greatclever...@gmail.com: hi,everybody! Maybe we should not do the same thing to reinvent the wheel. After a morning of thinking and programming, I wrote a few simple restful navigator implement! Here

Re: Which url coding strategy to make more restful in page with navigator?

2010-05-17 Thread cleverpig
ok,I'd created a improvement issue: https://issues.apache.org/jira/browse/WICKET-2876 2010/5/17 Igor Vaynberg igor.vaynb...@gmail.com: please attach your code to a jira issue so it doesnt get lost. -igor 2010/5/14 cleverpig greatclever...@gmail.com: hi,everybody! Maybe we should not do

Re: Which url coding strategy to make more restful in page with navigator?

2010-05-13 Thread Igor Vaynberg
if you use a bookmarkable paging navigator then even the default mounting strategy will work. you can probably find one by searching the list. -igor On Thu, May 13, 2010 at 12:56 AM, cleverpig greatclever...@gmail.com wrote: hi,everybody! I checked a variety url coding strategies, but did not

Re: Which url coding strategy to make more restful in page with navigator?

2010-05-13 Thread cleverpig
thanks,igor! but where can I find out this bookmarkable paging navigator? I only get it:http://apache-wicket.1842946.n4.nabble.com/PageNavigator-Vs-Nice-Url-td1848271.html#a1848272 but that is a old track about nice url and paging navigator,including a lot discuss without final result.