Re: Struts2 Tiles Integration

2006-10-19 Thread Antonio Petrelli
Dean Crothers ha scritto: The Struts documentation I'm following doesnt mention a servlet - just the listener and TilesResult? ... SEVERE: Exception sending context initialized event to listener instance of class org.apache.struts2.tiles.StrutsTilesListener java.lang.RuntimeException: Source o

RE: Struts2 Tiles Integration

2006-10-19 Thread Dean Crothers
sers Mailing List" To: "Struts Users Mailing List" Subject: RE: Struts2 Tiles Integration Date: Thu, 19 Oct 2006 07:12:03 -0400 From: Dean Crothers [mailto:[EMAIL PROTECTED] > What I'd like to know is how do I configure Struts2 to find the > tiles-def.xml? Hmm, I must

Re: Struts2 Tiles Integration

2006-10-19 Thread David H. DeWolf
Dave Newton wrote: From: Dean Crothers [mailto:[EMAIL PROTECTED] What I'd like to know is how do I configure Struts2 to find the tiles-def.xml? Hmm, I must have missed the listener; I'm using the servlet. The StrutsTiles listener adds some extra feature, such as allowing you to utilize

RE: Struts2 Tiles Integration

2006-10-19 Thread Dave Newton
From: Dean Crothers [mailto:[EMAIL PROTECTED] > What I'd like to know is how do I configure Struts2 to find the > tiles-def.xml? Hmm, I must have missed the listener; I'm using the servlet. What's the symptom? I'm using Tiles with no issues on Struts2. Dave

Struts2 Tiles Integration

2006-10-18 Thread Dean Crothers
Hi, I've got Struts 1 and Struts 2.0.1 working side by side, and have Tiles working with Struts 1. However, I cant get Tiiles to work with Struts 2. What I'd like to know is how do I configure Struts2 to find the tiles-def.xml? Heres what I have configured so far: org.apache.struts2.ti