Closed lauraluiz closed 7 years ago
Also it disables the possibility to pre-fill the form.
But on the other side it doesn't link the form to any page, which will give it more freedom to be used on many places.
Redirect:
Non-redirect:
Non-redirect is the way Play supports. To solve issue with POST URLs we can have a always GET counterpart for the same URL which redirects to the show form controller action.
Possible solutions:
show
method on each of the process controllers that redirects to the form page (additional redirection).None of the solutions is completely satisfactory or realistic at the moment.
Associate content or just redirect? It might affect showing error messages, but should stay in flash during redirect.