Is it possible to have one controller to handle multiple forms in spring?
For example, i have 3 steps registration that map with "/register" url. Is it possible to have only one RegisterController that can handle all registration's steps form submit?