Article:
 |
|
A Custom JSP Tag Library for Dynamic Menus
|
| Subject: |
|
all the files there? |
| Date: |
|
2003-04-10 15:17:16 |
| From: |
|
anonymous2
|
Response to: all the files there?
|
The .war file contains menu.xml in the WEB-INF/classes/menu/ folder. Please copy the file
to the folder specified in the menu.jsp. Here is the code that uses JDBC
<HTML>
<HEAD><TITLE>Test program </TITLE>
</HEAD>
<BODY>
<%@ taglib uri="/WEB-INF/menu.tld" prefix="menu" %>
<menu:renderMenuFromDB driverName="oracle.jdbc.driver.OracleDriver"
driverUrl = "jdbc:oracle:thin:@xxxx:1521:xxxx"
userName="xxxx"
password="xxx"/>
</BODY>
</HTML>
Please change xxx with your values.
|
Showing messages 1 through 2 of 2.
-
Pls help me
2003-11-11 21:44:02
naveenkumarg1
[Reply | View]
-
all the files there?
2003-12-22 03:28:21
anonymous2
[Reply | View]
my mail id:- gudipallyn@yahoo.com
Thnaks
Naveen