Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 21657 invoked from network); 14 Jul 2010 19:09:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 19:09:00 -0000 Received: (qmail 3964 invoked by uid 500); 14 Jul 2010 19:08:58 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 3914 invoked by uid 500); 14 Jul 2010 19:08:57 -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 3906 invoked by uid 99); 14 Jul 2010 19:08:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 19:08:57 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.97.132.177] (HELO postalmail-a5.g.dreamhost.com) (208.97.132.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 19:08:48 +0000 Received: from [192.168.10.154] (dsl-vlan475-66-18-239-235.nucleus.com [66.18.239.235]) by postalmail-a5.g.dreamhost.com (Postfix) with ESMTP id 36C3DBE9AE for ; Wed, 14 Jul 2010 12:08:25 -0700 (PDT) Subject: Struts2: JSP vs JSPF issue From: Ken To: Struts Users Mailing List Content-Type: multipart/alternative; boundary="=-yTbcqUTCMZW07UwB9Vt8" Date: Wed, 14 Jul 2010 13:08:00 -0600 Message-ID: <1279134480.2305.31.camel@hpa527x-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Virus-Checked: Checked by ClamAV on apache.org --=-yTbcqUTCMZW07UwB9Vt8 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit The following is in a file called "menu.jspf" <%@ page pageEncoding="UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %>

Menu

Login The html produced is (produces tags instead of tags...):

menu

Loginmenu
Login I am using Netbeans 6.9 RC2 with Glassfish Prelude... What's causing this? I've never used jspf files before, but they have less template code in them, where the jsp files are templated for a new web page (meta, head, body...). So I thought jspf are just "fragments" the exact same behaviour but made to assemble pages... anyways I see no issue using jsp files with my tiles but was just wondering what this was about. --=-yTbcqUTCMZW07UwB9Vt8--