RE: struts 1.3.5 tiles question

2006-11-16 Thread Steve Duran
This worked. Thanks much. Steve -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 12:58 AM To: Steve Duran Subject: Re: struts 1.3.5 tiles question Steve Duran ha scritto: > "bar.jsp" contains only the st

Re: struts 1.3.5 tiles question

2006-11-15 Thread Antonio Petrelli
Steve Duran ha scritto: "bar.jsp" contains only the string "testing" - no XML, JSP, HTML. The reason I did not put in the JSP is because on this page: http://struts.apache.org/1.3.5/struts-tiles/examples.html it recommends that the definitions be put in tiles-defs.xml, not in the JSP, whi

RE: struts 1.3.5 tiles question

2006-11-15 Thread Steve Duran
ache.org/1.3.5/struts-tiles/examples.html it recommends that the definitions be put in tiles-defs.xml, not in the JSP, which is what I did in Struts 1.2.9 Steve -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 12:52 AM

Re: struts 1.3.5 tiles question

2006-11-14 Thread Antonio Petrelli
Steve Duran ha scritto: <%@ taglib uri="http://struts.apache.org/tags-tiles"; prefix="tiles" %> FooBar Here's my tiles-defs.xml: "-//Apache Software Foundation//DTD Tiles Configuration 1.3//EN" "http://struts.apache.org/dtds/tiles-config_1

struts 1.3.5 tiles question

2006-11-14 Thread Steve Duran
I have been unable to get Tiles to work under Struts 1.3.5. I also noticed that none of the Struts 1.3.5 examples use Tiles. Below is a summary of the problem. The only place where my implementation deviates from the documentation is in the tiles-defs.xml file. If anyone know what I need t