form GET and POST getting mixed up

2013-06-12 Thread Daniel Watrous
Hello, I created a single page that shows some data using DataView. I then added a form and allow a filter argument to be passed in. The problem I'm getting is that the first time a search is done, the search value is added to the URL for the page. Subsequent searches are ignored due to the query

Re: form GET and POST getting mixed up

2013-06-12 Thread Daniel Watrous
I found a solution that worked. I didn't realize that by adding the value passed in to a PageParameters object and then setting the response page I was telling Wicket to add that to the URL. I got rid of that. I changed my form to this use the CompoundPropertyModel: Form? form = new