]> WPIA git - gigi.git/commitdiff
upd: enforce a more strict Form call pattern.
authorFelix Dörre <felix@dogcraft.de>
Fri, 9 Sep 2016 23:37:33 +0000 (01:37 +0200)
committerFelix Dörre <felix@dogcraft.de>
Mon, 12 Sep 2016 16:40:58 +0000 (18:40 +0200)
form management is now split into:
- initial generation (typically in doGet)
- actual submitting (typically in beforePost) resulting in
 - an error (permament or non-permament)
 - a submission result
   - redirect
   - success message
   - custom
- re-emitting if needed (typically in doPost)

Change-Id: Ic226bb886a513b6dfbd844294d2092b653c5df5b


No differences found