If a note is submitted without a message it's invalid the user is redirected from the original form /note/new back to /note.
I understand that the postNoteAction is being served and processing the request so this is expected behaviour.
Is the only way around this abstracting the core of the postNoteMethod into a new method _handlePostAction() and calling it from both newNoteAction and postNoteAction? Given the example uses annotations I can't see any other way of implementing this.
Thoughts @gimler @lsmith77