i don't know if this question applies to struts...
but im using this org.xmlmiddleware.schemas.dtds.DTDParser on my console-based java application and works ok.
now i need to use it on a web application but during development i noticed that it does not run properly. i did some debugging
and found out that my codes stop at this line:
dtdParser = new DTDParser();
any other codes after that line after that code does not run, the odd thing is it throws no error or anything?
does anyone experience this kind of error?
appreciate any help on this.
thanks guys...
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]