Hi,

I'm building a small application to get to know Struts2 and JSP.

I have a JSP page that contains a Struts form which basically takes in a person's name, phone number and address but I have no clue how to send that information into the table I have already built in my local database.

Can anyone show me an example or get me started?

Thanks!