Re: Bug with setResponsePage and PageParameters for wicket 1.4.6?

2010-02-06 Thread Alex Objelean
ribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > > -- View this message in context: http://old.nabble.com/Bug-with-setResponsePage-and-PageParameters-for-wicket-1.4.6--tp27475350p27481276.html Sent from the Wicket - User maili

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 Form searchForm = new StatelessForm("searchForm", model) { @Override protected void onSubmit() {