How to configure my DataBase Tables to my Submit Action Form
I am following the Studio creator lessons. Its really very time saving by using the IDE. I am developing an Submit Action Form where this form contains fields like username,password,dateofbirth,adress and simply like an Bio data. So what ever i enter in that jsp page, that data must be updated to the database by clicking SUBMIT button and it should reset the fields to default by clicking RESET button. So i have created that table and added that source as reference to my project upto that its fine. In chapter 9 of Studio creator lesson they said simply to drag the table from onto the table which is available in page canvas. But in my application i wont create a table in JSP page, all fields are seperately embedded in JSP page. What to do in this case? Please help me out in solving regarding this? If possible suggest me any reference example application in step to step process?
Thanking You.

