Hi Bagus, Am Freitag, 13. Mai 2005 04:04 schrieb Bagus: > Wow, great. > > That worked like a charm. After following your simple instructions, > your script listed my database tables. Amazing!
Many thanks for the compliment. :-) I have worked this out for me from the various how-tos. The problem is that most of them presume that you know some prerequisites. And a newbie can fail there. So I have documented it with a working example for me once and forever. > I don't quite get the JSTL stuff tho... Your script says: > > <%-- > > The taglib directive below imports the JSTL library. If you > > uncomment it, you must also add the JSTL library to the project. > > The Add Library... > > action > > > on Libraries node in Projects view can be used to add the JSTL 1.1 > > library. > > > --%> > > <%-- > > <[EMAIL PROTECTED] uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> > > --%> > > So where are the "Projects View", "Libraries Node", "Add Library > action", etc. I was thinking maybe in the tomcat admin or manager web > interfaces, but couldn't find it. > > Thanks, Well, I created this test page with NetBeans IDE and just changed to the default page what I needed to. The JSTL things are added by NetBeans. However, if you would like to get JSTL to work you only have to download it somewhere and put the classes into the suitable classes resp. lib directory. As I haven't used JSTL yet, I have no further details but I am sure you can easily work it out with Google. Best wishes Lutz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
