Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 92054 invoked from network); 1 Apr 2002 23:31:00 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 1 Apr 2002 23:31:00 -0000 Received: (qmail 10039 invoked by uid 97); 1 Apr 2002 23:30:53 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 10023 invoked by uid 97); 1 Apr 2002 23:30:53 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 10012 invoked from network); 1 Apr 2002 23:30:52 -0000 Date: Mon, 1 Apr 2002 17:30:52 -0600 From: Dave Dribin To: struts-user@jakarta.apache.org Subject: Tiles, included pages, and taglibs Message-ID: <20020401233052.GE1156@neo.dave.dribin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, This is more of an observation than a question. I started playing with the tiles and noticed that in included pages, you have to redeclare taglibs in those included pages. Say I have this file, index.jsp: ----- <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %> ----- In "/WEB-INF/body/home.jsp", I have to redeclare the taglibs. This seems a little counter-intuitive as the included pages are not full HTML pages, only sub-sections. Is this the intended behavior, or do I have something configured wrong? And just to clarify my own sanity, this is different that JSP includes, right? -Dave -- To unsubscribe, e-mail: For additional commands, e-mail: