Since there are lots of input fields in my JSPs, jsp:setProperty will be a easy way to send the input data to the JavaBean which is for storing data. Meanwhile, a controller is good for handling the JSPs. However, I don't know how to use both of them at the same time because of the conflict in setting the action in the HTML form. The action seems set to the JSP itself when using setProperty, and set to the controller when using MVC. Is it right? Is there any good ways to using them together?
Thanks.
J2EE beginner
Thanks.
J2EE beginner