spring-guides/gs-handling-form-submission

Unexplained or redundant @ModelAttribute annotation

Closed this issue · 1 comments

Why is there a @ModelAttribute annotation on the parameter of Greeting type in POST request handler? This seems either redundant or unexplained.

@rstoyanchev Can you provide some input here?