DataView - AjaxFallBackLink works only when outside DataView Link is once called

2011-05-02 Thread devush
have added setOutputMarkupId(true) and setOutputMarkupPlaceholderTag(true) on the Form and links also, but results are still the same. What i am doing special in the case of AjaxFallBackLink which is attached directly to the Panel? thanks devush

IndexedParamUrlCodingStrategy pageparameter null

2011-04-03 Thread devush
this in my web page, but p is always null. PageParameters p = getPageParameters(); Is not that the PageParameters should have 0=somevalue, which i should be getting  by p.getString(0); thanks, devush - To unsubscribe, e-mail: users

Re: IndexedParamUrlCodingStrategy pageparameter null

2011-04-03 Thread devush
Hi, Thanks, yes I have ignored that. It is now working. You have saved my weekend! thanks devush PS: Sorry, by mistake I directly replied to Martin. On 3 April 2011 17:54, Martin Grigorov mgrigo...@apache.org wrote: I guess you forgot to call super(pageParameters) in your page ctor On Sun

Servlet Mapping Expectations

2011-03-05 Thread devush
. thanks devush - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Servlet Mapping Expectations

2011-03-05 Thread devush
Do I have to implement IRequestCodingStrategy and attach it to Request Cycle? thanks devush On 05/03/2011, Martin Grigorov mgrigo...@apache.org wrote: Hi, On Sat, Mar 5, 2011 at 4:03 PM, devush devushan...@gmail.com wrote: Hi, I have following settings in web.xml servlet-mapping

Unexpected RuntimeException with PagingNavigator

2010-01-04 Thread devush
cellspacing=0 class=dataview tbody tr wicket:id=mywork tdspan wicket:id=idTest ID/span/td /tr /tbody /table span wicket:id=navnavigation controls here/span Apart from this, i also tried with new DataView(mywork, new ListDataProvider(list)) any ideas where I am wrong. regards, devush