Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 18919 invoked from network); 3 Sep 2009 19:56:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Sep 2009 19:56:29 -0000 Received: (qmail 3954 invoked by uid 500); 3 Sep 2009 19:56:26 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 3914 invoked by uid 500); 3 Sep 2009 19:56:26 -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 3901 invoked by uid 99); 3 Sep 2009 19:56:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 19:56:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2009 19:56:16 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MjIPT-0006UE-BX for user@struts.apache.org; Thu, 03 Sep 2009 12:55:55 -0700 Message-ID: <25283011.post@talk.nabble.com> Date: Thu, 3 Sep 2009 12:55:55 -0700 (PDT) From: measwel To: user@struts.apache.org Subject: struts tiles warnings MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: marek_karczewski@yahoo.com.au X-Virus-Checked: Checked by ClamAV on apache.org LS, I am using Struts2 version 2.1.6. I would also like to use Tiles2 with it. So I have copied the tiles jars from the struts distribution into my web-inf/lib folder. The tiles jar versions I am using are: struts2-tiles-plugin-2.1.6.jar tiles-jsp-2.0.6.jar tiles-core-2.0.6.jar tiles-api-2.0.6.jar Now the application seems to work, but I am getting the following errors. It also seems to take a lot of time to render a page: WARNING: Could not find property [struts.valueStack] WARNING: Could not find property [org.apache.tiles.AttributeContext.STACK] WARNING: Could not find property [org.apache.tiles.AttributeContext.STACK] WARNING: Could not find property [org.apache.catalina.jsp_file] WARNING: Could not find property [org.apache.catalina.jsp_file] WARNING: Could not find property [org.apache.catalina.jsp_file] WARNING: Could not find property [org.apache.catalina.jsp_file] WARNING: Could not find property [org.apache.catalina.jsp_file] What is wrong? Is struts 2.1.6 and tiles 2.0.6 integration the 'normal' way to go if you want to use the latest frameworks? Than You, MPK -- View this message in context: http://www.nabble.com/struts-tiles-warnings-tp25283011p25283011.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org