Re: Issues with form submit, not retaining values from session without ajax

2010-07-09 Thread Sven Meier
Hi, > public void onSelectionChanged(Object newSel) { > this.setResponsePage(TestPage.class); > } you're telling Wicket to switch to a new instance of TestPage on each selection change. Just leave this method empty and Wicket will re-render the current page, retaining the curren

Issues with form submit, not retaining values from session without ajax

2010-07-09 Thread Brown, Berlin [GCG-PFS]
I have a page that has a html components like a select list and radio buttons. And those components will invoke the onchange event to submit the form or move to the next page. It doesn't look like I am moving to the next page. My "model" values dont' seem to be retained, at least they aren't re