how to handle cookies in wicket...

2007-11-21 Thread wicketshafi
hi all, can any one help how to handle cookies... can give me example.. -- View this message in context: http://www.nabble.com/how-to-handle-cookies-in-wicket...-tf4854687.html#a13891755 Sent from the Wicket - User mailing list archive at Nabble.com.

how to add .css (class) to dataview....

2007-11-29 Thread wicketshafi
how to add .css (class) to dataview. any one can give me the example in this regard -- View this message in context: http://www.nabble.com/how-to-add-.css-%28class%29-to-dataview-tf4896390.html#a14023397 Sent from the Wicket - User mailing list archive at Nabble.com.

pagination in Wicket...

2007-12-03 Thread wicketshafi
I'm using pagination , i want to get records from the next page... how do I query the start and count in mysql can any one help me ... regards Shafi -- View this message in context: http://www.nabble.com/pagination-in-Wicket...-tf4934874.html#a14125319 Sent from the Wicket - User

MarkupId() problem for data view in wicket...

2007-12-03 Thread wicketshafi
I am using DATAVIEW , I also set dataView.setOutMarkupId(true); But in wicket ajax debug it is giving the probelm that Make sure you called component.setOutputMarkupId(true) on the component whose markup you are trying to update. It is giving when I click on page 2,3 can help me to