Re: Bug with setResponsePage and PageParameters for wicket 1.4.6?

2010-02-06 Thread Alex Objelean
I think it is a know bug (http://issues.apache.org/jira/browse/WICKET-2717) and was is already fixed in trunk. Hopefully there will be a 1.4.7 release very soon. Alex Objelean fatefree wrote: I noticed something strange, I have a search panel on all pages that contains a single form like

Bug with setResponsePage and PageParameters for wicket 1.4.6?

2010-02-05 Thread Anthony DePalma
I noticed something strange, I have a search panel on all pages that contains a single form like so: final FormSearchParams searchForm = new StatelessFormSearchParams(searchForm, model) { @Override protected void onSubmit() {