I have not understood how to create by MVC model 2 , that INSERT an SQL rows, QUERY database, then show on an JSP page.
I have created an ActionForm and an Action with Collection of ActionForm.
But, where have I insert the code to connect the database (MySql Driver, Statement, ect) usig Struts?!