Hi Ben,
If you already have a QueryWebPart, you should be able to just change its filters property (which is the same array as was passed in with the config object's filter property) and call render() on it. That should re-query the server and swap out its contents in the existing page, avoiding a full page navigation.
Thanks,
Josh |