Return-Path: Delivered-To: apmail-tiles-users-archive@locus.apache.org Received: (qmail 85418 invoked from network); 2 Feb 2008 15:08:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2008 15:08:58 -0000 Received: (qmail 55274 invoked by uid 500); 2 Feb 2008 15:08:50 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 55248 invoked by uid 500); 2 Feb 2008 15:08:49 -0000 Mailing-List: contact users-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@tiles.apache.org Delivered-To: mailing list users@tiles.apache.org Received: (qmail 55239 invoked by uid 99); 2 Feb 2008 15:08:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2008 07:08:49 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jonathanfullam@gmail.com designates 64.233.178.244 as permitted sender) Received: from [64.233.178.244] (HELO hs-out-2122.google.com) (64.233.178.244) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2008 15:08:22 +0000 Received: by hs-out-2122.google.com with SMTP id 4so1392774hsl.8 for ; Sat, 02 Feb 2008 07:08:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=oObc/mdyysCZES20GN3/6dpGBxt5a+ctMh/bL40k+mY=; b=jmJK11hLZguaVOt0qWSaxz2/kSjDCIeI+LGmRamGT7qoKg9lITz9ctY+ANsqybl1/dG2tDNNAppsEKqSW+EipedI6ImAe+Hc4CGJMln6wQajHOhBiUm+SVoeBuwtgKu7hlURusEzsLmFs9sLD3HZracV/ASoMRGvBrBUDXdGcoE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=rEAO4/w/rH6hN+ow0srBBNmUAVvhMn1RYVcMu3j+RUkkryb+RNYbavWmCThdeBPstOMZO9Pr1BzIVLlmRCiMWfyRSQjTvh5QNrDFGoDxTmLKxrzzG2iMMHTPIaPHsEsebo4UPwjOASmxaTXflzNvKEqZbp+7eAZaa/GJT3OB0Ic= Received: by 10.142.222.21 with SMTP id u21mr2724429wfg.189.1201964907664; Sat, 02 Feb 2008 07:08:27 -0800 (PST) Received: by 10.142.233.5 with HTTP; Sat, 2 Feb 2008 07:08:27 -0800 (PST) Message-ID: Date: Sat, 2 Feb 2008 10:08:27 -0500 From: "Jonathan Fullam" To: users@tiles.apache.org Subject: MyFaces and Tiles MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_595_25055667.1201964907649" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_595_25055667.1201964907649 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I've been unsuccessfully trying to integrate tiles 2.0.5 with MyFaces 1.2. I'm using Tomahawk-1.1.7. It appears that the JspTilesTwoViewHandlerImpl is being invoked but that the faces servlet is still just using the .jsp page rather than looking for the associated .tiles page for the request. My faces config contains the following: org.apache.myfaces.tomahawk.application.jsp.JspTilesTwoViewHandlerImpl My tiles-defs.xml contains the following: Yet, when I try to access /profiler.faces the faces servlet tries to create the faces view using profiler.jsp and not profiler.tiles Has anybody been able to successfully use MyFaces 1.2 with tiles 2.0.5?? Any help is appreciated. ------=_Part_595_25055667.1201964907649--