> Use java.util.Enumeration instead of Enumeration. You can also import this > interface using a page directive. > Paul
Thanks a millionm it worked first time. On Saturday 10 August 2002 12:16, Paul Yunusov wrote: > On Saturday 10 August 2002 08:27 am, you wrote: > > > Error messages, please. > > > Paul > > > > Dear Paul, > > > > Thanks for your consideration, > > > > please find attached the text file that is used to generate the jsp I am > > having problems with. It is saved as updateTREES.jsp in the tomcat4 > > /examples/jsp directory of machine with jdk1.4/Apache2/Tomcat4.04 > > > > The problem seems to be with line 35 namely:- > > > > Enumeration parameters = request.getParameterNames(); > > > > When trying to execute the jsp from > > http://host/examples/jsp/updateTREES.jsp > > > > The error reported in Konqueror and Mozilla browser is as folows: > > > > /opt/tomcat4/work/Standalone/localhost/examples/jsp/updateTrees$.jsp.java > >:6 2 Class org.apache.jsp.Enumeration not fount > > > > Enumeration parameters = request.getParameterNames(); > > ^ > > 1 error, 1 warning > > > > If you could provide some help it would be appreciated. > > > > regards > > sibu > > Use java.util.Enumeration instead of Enumeration. You can also import this > interface using a page directive. > Paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
