Re: PagingNavigator with additionnal pageParameters

2012-07-20 Thread chimaira
Hi , thanks for replay, I tried it, but the overriden methods return a usual links. with no pageparameters attribut. @Override protected AbstractLink newPagingNavigationLink(String id, IPageable pageable, int pageNumber) { return super.newPagingNavigationLink(id, pageabl

Re: PagingNavigator with additionnal pageParameters

2012-07-20 Thread chimaira
Any idea ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PagingNavigator-with-additionnal-pageParameters-tp4650631p4650645.html Sent from the Users forum mailing list archive at Nabble.com. -

PagingNavigator with additionnal pageParameters

2012-07-19 Thread chimaira
Hi all, I would like to add a pagingNavigator , with a custom additional parameters , then the generated links will contain these parameters. Is it possible ? and how to do that. If not , how to deal with that. I m using wicket 1.4.16 , and I can't upgrade right now. Thank you , A.M. --

Re: AjaxSubmitLink : Simple attribute modifier (confirm javascript popup) never calld , form not submited

2012-01-24 Thread chimaira
I got it, Thanks for your help -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxSubmitLink-Simple-attribute-modifier-confirm-javascript-popup-never-calld-form-not-submited-tp4322492p4323328.html Sent from the Users forum mailing list archive at Nabble.com.

Re: AjaxSubmitLink : Simple attribute modifier (confirm javascript popup) never calld , form not submited

2012-01-24 Thread chimaira
Hi martin, oops I thought the AjaxCallDecorator was a markup component, sorry So how can I implement it in my AjaxLink ? By simply adding it in my constructor? Thanks again -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxSubmitLink-Simple-attribute-modifier-

Re: AjaxSubmitLink : Simple attribute modifier (confirm javascript popup) never calld , form not submited

2012-01-24 Thread chimaira
Thanks Igor, But , how can I assign the markup Id ? There is no constructor with a super(id) method ! Thanks again -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxSubmitLink-Simple-attribute-modifier-confirm-javascript-popup-never-calld-form-not-submited-tp43224

AjaxSubmitLink : Simple attribute modifier (confirm javascript popup) never calld , form not submited

2012-01-23 Thread chimaira
Hello , sorry for my english ! I m facing a probleme with AjaxSubmitLink on a form compoenent I want to add a simple attribute modifier with a on click and a confirm javascript popup, to get to user confirmation befor submiting. That works fine with a simple wicket button , but I want to use

Re: Control focus on input after a form feedback

2011-12-26 Thread chimaira
hI Sven Meier, Thanks for the trick , but that causes other issues. firts: I use wicket version 1.4.16 and for some raison I can t upgrade to 1.5, and the methode renderHead(IHeaderResponse) is missing. I got only this one renderHead(HtmlHeaderContainer container) . Note the given argument on the

Control focus on input after a form feedback

2011-12-23 Thread chimaira
Hi All, I using wicket for my war application. I use wickets validator and feedback to control form inputs and constraints. so usefull . easy and amazing. But: I wish to set a focus on a wrong input field (or change color to red for ex) after getting feedback error from wickets 'feedback'. but w