Re: Form Validation Taglibs

2001-11-27 Thread horombo
Hi Hertzel, take a look at http://jakarta.apache.org/struts/index.html. Christian -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Getting my JRun taglib working with Tomcat 3.2.3

2001-11-23 Thread horombo
Hi Nick, > Thanks. What about the web.xml file? Do I have to have that? yes, the web.xml file is almost mandatory and must be located inside the WEB-INF directory. If your application consists only of JSP and HTML files you do not need this file, but if you're using servlets, tag libraries (such

Re: Getting my JRun taglib working with Tomcat 3.2.3

2001-11-22 Thread horombo
Hi Nick, you can put your custom tag classes either in the WEB-INF/classes or - as a JAR-file - in the WEB-INF/lib directory. The TLD must be located somewhere in the WEB-INF/... directory. It's a good practice to put them in a separate directory, such as WEB-INF/tlds (Don't forget to adapt the t