Return-Path: Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 98153 invoked from network); 13 Jun 2000 19:08:18 -0000 Received: from paris.buymedia.com (206.216.192.15) by locus.apache.org with SMTP; 13 Jun 2000 19:08:18 -0000 Received: from orion ([206.216.192.122]) by paris.buymedia.com (8.7.5/8.7.3) with SMTP id MAA25201 for ; Tue, 13 Jun 2000 12:10:06 -0700 (PDT) From: "Kevin Duffey" To: Subject: RE: Can't get it running. Date: Tue, 13 Jun 2000 12:17:07 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3946671E.EF99A0FB@eng.sun.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi Craig, I am not sure if my action.xml syntax is correct: Notice I just use "" for formAttribute and formClass. I will eventually use these to have the autopopulated bean work, but I am unclear as to the syntax if this is ok or not. Should I leave them out? Sadly, you mention looking in the JavaDoc api..yet I dont have any JavaDoc API with the download (just got the june 13th one). Do I need to create my own javadoc from the source? On another note, I tried compiling the source several times, and to no avail can the compiler seem to get past the javax.parser.SAXParser, javax.parser.Document, etc. I don't know why. I have in my compiler classpath the xml.jar, parser.jar, xerces.jar. Orion ships with xerces.jar and parser.jar. I think parser.jar is the sun parser. We have xml.jar, which is also suns xml. Am I missing something? Its only in ActionServlet and Digester that I get these errors. Thanks.