0
I have a doubt perhaps 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 question is this: There was a form in jps where what I want to happen when I press Submit is to do the following:
- Pass form parameters to a servelt I use to create an object.
- Pass these same parameters to another Servlet to be shown in a jsp part.
However, I know that 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.
I suggest using jQuery then
– adventistaam