Keep css changes after setResponsePage

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

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

Re: Keep css changes after setResponsePage

2012-06-24 Thread Bert
setRespondsPage discards the current page (and the contained component hierarchie) and constructs a new page. You need to apply the css classes when your new page is constructed. Now need for Ajax here, as you you are building a new page. regards On Sun, Jun 24, 2012 at 7:17 PM, sabina_12

Suppress Ajax ComponentNotFoundException

2012-06-24 Thread Alex Grant
I have a problem that shows up intermittently (and never when I try to reproduce it). We have ModalWindows that contain fields with associated AjaxFormComponentUpdatingBehaviors on the onblur event. These work great while the ModalWindow is open but sometimes events are received out of

Re: Determine session size for Wicket 1.5

2012-06-24 Thread Walter Rugora
Thanks Jeremy, works great!!! On 23/06/12 23:23, Jeremy Thomerson wrote: On Fri, Jun 22, 2012 at 11:28 PM, Walter Rugora m...@sudus.eu wrote: Hi, when I apply the Wicket 1.3 way to determine session size, RequestCycle.get().getSession().getSizeInBytes() it results in an around 3000bytes