Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 98970 invoked from network); 7 May 2007 16:23:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2007 16:23:38 -0000 Received: (qmail 33142 invoked by uid 500); 7 May 2007 16:23:29 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 33123 invoked by uid 500); 7 May 2007 16:23:29 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 33100 invoked by uid 99); 7 May 2007 16:23:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 09:23:29 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=FORGED_YAHOO_RCVD,MAILTO_TO_SPAM_ADDR,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jak-struts-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 09:23:17 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hl5z8-0006Vy-RB for user@struts.apache.org; Mon, 07 May 2007 18:22:51 +0200 Received: from 63.251.31.10 ([63.251.31.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 May 2007 18:22:50 +0200 Received: from maya778899 by 63.251.31.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 May 2007 18:22:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@struts.apache.org From: maya Subject: Re: error on struts 1.1 Date: Mon, 07 May 2007 12:22:35 -0400 Lines: 76 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 63.251.31.10 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Antonio Petrelli wrote: > 2007/5/7, maya : >> >> >> hi, on this pg of struts 1.1 documentation, > > > > Time to upgrade I suppose :-) > > > 2007/5/7, maya : >> >> >> it says where to put jar's, tld's, etc.. but not dtd's... what are dtd's > > > > I went to Google and typed "dtd", this is the first result: > http://www.w3schools.com/dtd/default.asp > > > and where do they go? I don't see any ref to dtd's in the documenation.. > > > You don't have to worry about DTDs, since they are already included in > Struts package. DTDs are needed when validating XML files. In your case > they > are needed to validate Tiles configuration files. > > > right now trying to do a simple layout.. (so: using only tiles-related >> stuff for now..) >> >> but get error: >> >> org.apache.jasper.JasperException >> org.apache.struts.tiles.taglib.InsertTag >> org.apache.jasper.servlet.JspServletWrapper.handleJspException( >> JspServletWrapper.java:512) >> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java >> >> :377) >> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) >> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) >> javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > This is another problem, please check if your Tiles definitions are loaded > correctly at startup. And anyway you should post the complete stacktrace. > > why can't I find a ref to dtd's -- and an explanation as to what they >> are for -- in documenation? > > > > What DTDs are you referring to? all the ones that come w/download... ok, downloaded 1.3.8.. (can't find url to download 1.3.5..) gosh, every version has a problem.. on this one can't find documentation.. has to be built w/maven.. have never used maven, only Ant.. man, what a pain, I swear... what do I need to do to build documentation with maven? oh brother... why can't all downloads come with documentation built already? it's just a bunch of html files.... > > Antonio > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org