Hi, I am a beginner learning about java language and netbeans, and have a few questions I would like to ask. I want to create a new JSP page to allow a user to add new attributes/items, or to update the attributes in a database/table that I already have. How should I go around doing that? I already have dragged a table to the new JSP page, and dragged my database/table to the table on that page, and when I run that page on the web browser, my table appears. Am i supposed to create a button that allows the user to add new attributes, and key in some coding in the button?
Thanks.