I am using java technology(jsp,servlets) & backend oracle.
I came to know that thru custom tag or struts something can work out but I like to know that also form field(radio buttons, text fields,etc.) come from database because till now I have made tables in database by giving sql command, for e.g.
create table abc(empno number(5), empname char (15));
I have not written any form fields(radio buttons, text fields,etc.) in table so how to bring them. Till now I was making form fields with the help of HTML tags.