Hi,
I have tried to compile struts-example. DatabaseServlet.java is looking
for HandlerBase.class and InputSource.class from org.xml.sax. The error
messages are:
DatabaseServlet.java:273: cannot access org.xml.sax.HandlerBase
file org/xml/sax/HandlerBase.class not found
Digester digester = new Digester();
^
DatabaseServlet.java:287: cannot access org.xml.sax.InputSource
file org/xml/sax/InputSource.class not found
digester.parse(bis);
^
Maybe I have missed this question from others.
Maya
P.S. Maybe I have the old struts.jar?