How can I, without annotations, create and connect a controller that will perform an action based on a request parameter?
So maybe I have a page with a list of elements on it, and each of them is a link, for example, edititem.htm? id = 5. When the user clicks on the link, I want the controller to upload "item number 5" and submit it to my edit form.
I apologize for such a stupid question, but for some reason I cannot find an example of this online service.
java spring-mvc
Boden
source share