HI All,
I have to render a JSP page based on a database table.
For example, there are two tables, one is having 2 columns and another is having 3 columns.
I will give one of the table name as input, based on this it should be able to render the next page. For the moment we can think all columns are having varchar2 datatype, so all fields should be rendered as text boxes.
Can you please suggest how to write JSP code for above requirement?