Re: Jakarta Taglibs Installation

2003-06-29 Thread guo yingshou
Have you configured the taglib in your web.xml using taglib element ? --- Neil Zanella [EMAIL PROTECTED] Hello, I have installed Jakarta Tomcat 4.1.24 and Jakarta Taglibs 1.0.3, both of which support the JSP specification. I found the README file

Re: Jakarta Taglibs Installation

2003-06-29 Thread guo yingshou
Have a look at servlet specification. --- Neil Zanella [EMAIL PROTECTED] On Sun, 29 Jun 2003, [gb2312] guo yingshou wrote: Have you configured the taglib in your web.xml using taglib element ? No I have not because: 1. I have not seen anything about this in the documentation

Re: Jakarta Taglibs Installation

2003-06-29 Thread guo yingshou
--- guo yingshou [EMAIL PROTECTED] wrote: to develop and use jsp custome tag library,one usually follows this roadmap: 1.write your tag handler(s). 2.write your tld file(s); 3.in your web.xml,declare that you want to use the lib in this way: web-app ... taglib

Re: Jakarta Taglibs Installation

2003-06-29 Thread guo yingshou
compatibility? Anyway,thanks for clarification. --- Shawn Bayern [EMAIL PROTECTED] On Mon, 30 Jun 2003, [gb2312] guo yingshou wrote: Are you sure it works on all j2ee complaint servlet engine? The behavior is mandated by sections 7.2.1 and 7.3.1 of the JSP 1.2 specification, so all compliant