Re: how to query in dataTable?

2010-05-11 Thread cleverpig
an IDataProvider http://wicketstuff.org/wicket/repeater/ -- Jeremy Thomerson http://www.wickettraining.com 2010/5/7 cleverpig greatclever...@gmail.com Hello everybody! I am a beginner of wicket. Now I meet a problem:how to query inside dataTable? I found some information that can use

Re: How make continous row index in dataTable

2010-05-11 Thread cleverpig
))); } } Regards, Erwin Bolwidt On 5/11/10 9:56 AM, cleverpig wrote: hi,everybody! I used this way to build dataTable: DataProvider+Column defines+DataTable. I want to add a index column at the first column,and hope that keeping continuous index number. So whenever turn to another

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

2010-05-13 Thread cleverpig
url will make the user confused. I look forward to using MixedParamUrlCodingStrategy, which may need to find out navigation links parameter name in the navigator,such as:first,next,etc! Not sure we have a better solution, please guide me~ -- cleverpig(Dan) Location: Beijing Address: Room 4018

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

2010-05-13 Thread cleverpig
/13 Igor Vaynberg igor.vaynb...@gmail.com: 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

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