Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 37911 invoked from network); 5 Mar 2007 04:11:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 04:11:51 -0000 Received: (qmail 46193 invoked by uid 500); 5 Mar 2007 04:11:52 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 46155 invoked by uid 500); 5 Mar 2007 04:11:52 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 46143 invoked by uid 99); 5 Mar 2007 04:11:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2007 20:11:52 -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 (herse.apache.org: domain of james.gardener60@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2007 20:11:42 -0800 Received: by ug-out-1314.google.com with SMTP id j3so1019110ugf for ; Sun, 04 Mar 2007 20:11:21 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=SSAYfWZ/hPcKDMwXkDMi3BUTNqnTH1YBtNx8u/oTqH1LtWFa3g5TwV7WAHybV/6G7lWE1VarywUSqayokj3TkUl0q8s4pQp3oo6Lu+43hmOgEeNMrv/NARttJx//aZ1qhOZpuOBH14HT1feIRjx2n2NtJ3Z92tghfWIbZHbLOmY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=fYSOCde5aMv9V6EKoh2Qe1DqqNAWaizn8sJB8iR8a8Vm0UD18cqDQByKxrq7CldRn35+xkV6gNp1mx8jzKFGojt+C+JWS/T89+jhYh4WkJ5SDmz/+j9ZBzqVduNSYcpXBnk/kB3/JEZGMDr0HHtH50tKp04XmFEGLOmHuWX7zBg= Received: by 10.114.151.13 with SMTP id y13mr1099722wad.1173067879663; Sun, 04 Mar 2007 20:11:19 -0800 (PST) Received: by 10.114.203.19 with HTTP; Sun, 4 Mar 2007 20:11:14 -0800 (PST) Message-ID: <7a5041370703042011u7ea2b725rab26b5ce70c65499@mail.gmail.com> Date: Mon, 5 Mar 2007 12:11:14 +0800 From: "James Gardener" To: users@myfaces.apache.org Subject: tiles problem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_141109_20135684.1173067874617" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_141109_20135684.1173067874617 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I am implementing a project using tiles with myfaces. I can successfully run the sample myfaces-1.0.7-tiles-example, but I am having a lot of problems when turing this sample into a more complex implementation. Here is my layout: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %> <%@ taglib prefix="tiles" uri="http://struts.apache.org/tags-tiles"%>
Here is my tiles-def.xml Here is the adminHeader.jsp: <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>