RE: new to taglibs

2001-06-04 Thread Vikramjit Singh
book on taglib or some good sites. but thanks for replying > -Original Message- > From: Peter Alfors [SMTP:[EMAIL PROTECTED]] > Sent: Monday, June 04, 2001 6:29 AM > To: [EMAIL PROTECTED] > Subject: Re: new to taglibs > > Are you able to get to pages in you

Re: new to taglibs

2001-06-04 Thread Peter Alfors
Are you able to get to pages in your app without taglibs? If so, Did you set up the tag libraries in the web.xml file? myTags /WEB-INF/tlds/myTags.tld Do you reference the taglib at the top of the page? <%@ taglib uri="myTags" prefix="mytags" %> Pete

new to taglibs

2001-06-04 Thread Vikramjit Singh
hi everybody, i am new to taglibraries. i tried running a program of taglibrary in tomcat but it gives an error saying that file not found. so if anyone could please help to make my first program run. thanking in advance