Re: Use Ajax for loading form dropdowns, but query params for search?

2008-03-05 Thread steviezz
Thanks. Yes, your code is similar to what I am doing. But trying to sych the Ajax dropdown state with the page parameters is defeating me. There are effectively two ways of getting to the results page - search form post and directly from a bookmarked URL. I'm using a CompoundPropertyModel

Re: Use Ajax for loading form dropdowns, but query params for search?

2008-03-04 Thread lars vonk
We are building a somewhat similar application. The only difference is that we don't need to synch the search criteria with the search panel (the Ajax dropdowns in your case), since the search panel in our application will do a clean search when used from the results page. The code looks