Dear All,
Is there any custom tag, procedure, any mechanism which will let me
put the html code to display the table rows from Oracle database table
into a JSP page?
Any procedure which accepts some parameters like table name, database
connection url, database username, password etc. and display the table
data in a web page?
-Sameer
Lew - 26 Oct 2007 14:17 GMT
> Dear All,
> Is there any custom tag, procedure, any mechanism which will let me
[quoted text clipped - 4 lines]
> connection url, database username, password etc. and display the table
> data in a web page?
Java Server Faces (JSF).
<http://java.sun.com/javaee/5/docs/tutorial/doc/bnarf.html#bnarz>
Java Server Pages Standard Tag Library (JSTL).
<http://java.sun.com/javaee/5/docs/tutorial/doc/bnald.html>

Signature
Lew