I have a doubt maybe a little difficult to be clarified!
I'm using a programming methodology called MVC, as everyone knows, and in this situation (Java EE) in the controller is the handler (servlts) in the model are the classes and the view that in this case and the JSP ' s.
And my doubt is this: It has a form in a jps in which, what I want to happen when loading on submit, is to do the following:
I know there is a way to pass these parameters such as using a session variable, but as you know, it is not very advisable to use it.