| Article: |
A Custom JSP Tag Library for Dynamic Menus | |
| Subject: | all the files there? | |
| Date: | 2003-04-10 09:04:39 | |
| From: | anonymous2 | |
| the war archive seems to be missing the xml and jdbc example jsp files... | ||
Showing messages 1 through 3 of 3.
-
all the files there?
2003-04-10 15:17:16 anonymous2 [View]
-
Pls help me
2003-11-11 21:44:02 naveenkumarg1 [View]
Iam a newbie to jsp.My requirements are to build a horizontal menu with three levels and the menu detials are retreived from database.My environment is jbuilder8 and sql server.So in order to run this menu in jbuilder and with sqlserver what i had to do.Can anyone give me some steps to do this.I will be very thankfull to u.As iam a newbie to jsp and java i cannot understand how to do this in jbuilder.
my mail id:- gudipallyn@yahoo.com
Thnaks
Naveen
-
all the files there?
2003-12-22 03:28:21 anonymous2 [View]
Can you tell me how to ask a question to net users as you are doing?
my mail id is:vincilin@rediffmail.com



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.