Re: Keep css changes after setResponsePage

2012-06-24 Thread sabina_12
At Page1 in list I had class="current" and wicket:id="page1", they didn't show up in my intitial post -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Keep-css-changes-after-setResponsePage-tp4650206p4650207.html Sent from the Users forum mailing list archive at Nabble.

Keep css changes after setResponsePage

2012-06-24 Thread sabina_12
Hello! I have a list with markup Page1 Page2 and class "current" highlights the current page in my menu. Then I add the link for one Page2: page2Link = new AjaxLink("page2") { @Override public

get PageReference for ModalWinow

2012-06-01 Thread sabina_12
Hello, I have a ModalWindow which can be opened from two different places in my application. modalWindowForUpload.setPageCreator(new ModalWindow.PageCreator() { @Override public Page createPage() { try { return new UploadFisierMo