Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 62952 invoked from network); 2 Sep 2006 17:42:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2006 17:42:44 -0000 Received: (qmail 73371 invoked by uid 500); 2 Sep 2006 17:42:35 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 72794 invoked by uid 500); 2 Sep 2006 17:42:33 -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 72783 invoked by uid 99); 2 Sep 2006 17:42:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 10:42:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.86.89.65] (HELO elasmtp-kukur.atl.sa.earthlink.net) (209.86.89.65) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 10:42:31 -0700 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=ix.netcom.com; b=Cq3s4e52KbOgllImjlnve1XOsQhyVts1mrl5qWm0RqDocx1X8frFVL6ExqWuKoMi; h=Received:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE:In-Reply-To:Importance:X-ELNK-Trace:X-Originating-IP; Received: from [71.243.87.123] (helo=friedman) by elasmtp-kukur.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GJZVS-0006vs-CY for user@struts.apache.org; Sat, 02 Sep 2006 13:42:10 -0400 From: "David Friedman" To: "Struts Users Mailing List" Subject: RE: [HELP][Struts 2] Problem integrating sitemesh Date: Sat, 2 Sep 2006 13:42:27 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 In-Reply-To: Importance: Normal X-ELNK-Trace: b135f2a34802a90f6f36dc87813833b2866e14058d4cf7af39d223f12df8cc1d59cb8bcab4959df8350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.243.87.123 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can we safely assume your last xml chunk is for /WEB-INF/decorators.xml? Where is your /WEB-INF/sitemesh.xml? What does your /decorators/main.jsp look like? Have you tried changing your mapping from "*" to "/*" as the documentation suggests? And yes, I've used SiteMesh a few times and had no problems with it. Regards, David -----Original Message----- From: Garner Shawn [mailto:shawndgarner@gmail.com] Sent: Saturday, September 02, 2006 9:56 AM To: user@struts.apache.org Subject: [HELP][Struts 2] Problem integrating sitemesh I am trying to use sitemesh with struts 2. I tried to merge the sitemesh blank in with the struts blank wars. I get the "Struts is up and running" page but I can't tell that sitemesh is working at all. Can somebody tell me what I'm doing wrong? >From what I can tell the home.jsp should be getting decorated with the main.jsp Thanks, Shawn Acme Corp action2 org.apache.struts2.dispatcher.FilterDispatcher sitemesh com.opensymphony.module.sitemesh.filter.PageFilter action2 /* sitemesh /* org.springframework.web.context.ContextLoaderListene r index.jsp default.jsp index.html * --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org