Re: basic counter problem

2002-11-19 Thread sri sri
8:10 AMTo: [EMAIL PROTECTED]Subject: basic counter problem Hi all, I am new to servlets and am trying to execute a simple counter which has an initial value. I have the following web.xml file     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"   

Re: basic counter problem

2002-11-19 Thread Karr, David
Hard to say for sure, but you might try calling "trim()" on the value you got from "getInitParameter()". -Original Message-From: sri sri [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 19, 2002 8:10 AMTo: [EMAIL PROTECTED]Subject: basic counter prob

basic counter problem

2002-11-19 Thread sri sri
Hi all, I am new to servlets and am trying to execute a simple counter which has an initial value. I have the following web.xml file     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">             counter