Spring + Tiles not working

2007-12-19 Thread Todd Prickett
I'm trying to wire tiles (from Struts 1.3 jars) into Spring 2.0.7 and Spring Web Flow 1.0.5.In doing so, I'm receiving the error: No Tiles definition found for name '/WEB-INF/jsp/defs/loginForm.jsp'My tiles-defs.xml looks like:My servlet-config.xml looks like:/WEB-INF/defs/tiles-defs.xmlThe fl

Re:Tiles (Struts 1.3) standalone not working

2007-11-30 Thread Todd Prickett
--Forwarded Message Attachment--Date: Fri, 30 Nov 2007 20:44:02 +0100From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: FW: Tiles (Struts 1.3) standalone not working2007/11/30, Todd Prickett <[EMAIL PROTECTED]>:>> I'm trying to implement Tiles ( from Struts 1.3 ) into a web

FW: Tiles (Struts 1.3) standalone not working

2007-11-30 Thread Todd Prickett
Hi all, I'm trying to implement Tiles ( from Struts 1.3 ) into a web that is NOT using Struts. I've found and followed instruction on doing this and the docs I've found don't seem to work. The latest docs I've been able to find to do this, BTW, are for 1.1. The problem I'm having is tha