I'm having a problem like this.
- I'm in page-1 with URL-1
- When I click submit in page-1, validation is going on the controller via URL-2 before showing page-2. But there are errors and the validation failed.
- So I should still see page-1. But the URL is URL-2 whose naming doesn't match with page-1.
How can I solve this? I find it hard to redirect the errors back to page-1.