Re: Struts2: JSP vs JSPF issue

2010-07-14 Thread Chris Pratt
My bet would be that the .jspf extension is not mapped to be processed by the JSP Processor in your Servlet Container. I think .jspf is just a naming convention, it doesn't have any intrinsic meaning to the container, so if you want to continue putting your fragments in .jsp files, they should wor

Struts2: JSP vs JSPF issue

2010-07-14 Thread Ken
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