Form data is always posted back to the underlying page URL (to save the view state). Is there any way (filter?) we could append request params to the response url, without any redirect ?
For example, I have a page1.xhtml with form data. After submitting the form, let's say, I get the results in page1.xhtml itself. But I needed to have the url modified as page1.xhtml?view=1
Thanks very much.