RE: Processing BodyContent in doAfterTag() has no effect

2002-03-08 Thread K Br
>the end tag event: > >doEndTag() throws JspException { > bodyContent.writeOut(YourWriter); >} > >That work? > >-Original Message- >From: K Br [mailto:[EMAIL PROTECTED]] >Sent: Thursday, March 07, 2002 6:29 PM >To: [EMAIL PROT

Processing BodyContent in doAfterTag() has no effect

2002-03-07 Thread K Br
This is no JSP forum and I understand that. I would appreciate any pointers on this. Using Tomcat4.0.2 I have written a custom tag with body. The intention is to process the body and replace any periods with line breaks (in HTML) before writing the BodyContent to the enclosing JspWriter.

2nd try: Custom tag fails to load class file

2002-03-04 Thread K Br
omcat. Thank You. From: "K Br" Subject: Problem with custom tag: can't load class file Date: 4 Mar 2002 06:20:27 - With TC4.0.2 standalone I am unable to load a simple (bodyless) custom tag. It fails to load the class file. This is the basic Hello World tag of

Problem with custom tag: can't load class file

2002-03-03 Thread K Br
With TC4.0.2 standalone I am unable to load a simple (bodyless) custom tag. It fails to load the class file. This is the basic Hello World tag of Jakarta. The attempt to load the jsp file containing the tag throws the exception: org.apache.jasper.compiler.CompileException: /U.jsp(14,

Can't deploy my war file

2002-03-02 Thread K Br
I am using TC4.0.2 standalone. I tried deploying my war file using two methods described in tomcat 4.0.2 documenttion but was unsuccessful both ways: (a) "drop in the war file in %CATALINA_HOME%\webapps directory and tomcat will automatically deploy it." I dropped the war file i

Simple web.xml causes URL not to work

2002-02-26 Thread K Br
I am using Tomcat 4.0.2 standalone on Win2k Prof. I have just a JSP file in my context in webapps\Book\MySend.jsp Without any web.xml, the URL http://localhost/Book/MySend.jsp yields the page correctly. But when I insert a web.xml under webapps\Book\WEB-INF with the following content

Re:JSP not seeing WEB-INF/lib

2001-08-22 Thread K Br
Please make sure you have a directory /WEB-INF and not /web-inf. Kobe On Wed, 22 Aug 2001 18:16:23 -0400 Noel L Yap <[EMAIL PROTECTED]> wrote: >I'm running tomcat-3.2.3 with jdk-1.2.2 on NT 4. > >It looks like under certain conditions, tomcat will use WEB-INF/lib (eg when >loading serv