One of those situations where you encounter validation errors after submitting the form, and you want to redirect back to the form, but would like the URL, to reflect the URL of the form, not the page action.
If I use the viewData parameter, my POST parameters will be changed to GET parameters.
How to avoid it? I want that option has not been changed to GET parameters.