Re: Problems with tiles

2005-06-06 Thread lk
Davi G. Friedman wrote: Luke, Your settings look normal. I've checked the 1.2.4 code relating to your error and somehow the struts initialization isn't loading or loading correctly. Have you turned on any sort of debugging and can show the webapp startup messages? Have you done any logging i

RE: Problems with tiles

2005-06-05 Thread David G. Friedman
iling List Subject: Re: Problems with tiles David G. Friedman wrote: > Luke, > > Can you include some of the code for your TilesRequestProcessor subclass as > well as how you initialize it in your struts-config.xml (or modules) ? > > Regards, > David > > -

Re: Problems with tiles

2005-06-05 Thread lk
David G. Friedman wrote: Luke, Can you include some of the code for your TilesRequestProcessor subclass as well as how you initialize it in your struts-config.xml (or modules) ? Regards, David -Original Message- Sure! The CustomRequestProcessor is taken from a book by Mike Robinson:

RE: Problems with tiles

2005-06-04 Thread David G. Friedman
Subject: Problems with tiles Hi, I'm trying to use the tiles framework. Everything runs well, but if I try to use a custom RequestProcessor I get this error in the console: Jun 3, 2005 4:54:26 PM org.apache.struts.tiles.TilesPlugin initRequestProcessorClass SEVERE: TilesPlugin : Spec

Problems with tiles

2005-06-03 Thread lk
Hi, I'm trying to use the tiles framework. Everything runs well, but if I try to use a custom RequestProcessor I get this error in the console: Jun 3, 2005 4:54:26 PM org.apache.struts.tiles.TilesPlugin initRequestProcessorClass SEVERE: TilesPlugin : Specified RequestProcessor not compatible

Problems with Tiles and html:base

2004-11-28 Thread TroyGeek
Hello, I am using Tiles for my layout. I have a Tiles definition like this: --- --- If I use the struts tag in either my /main/Welcome.

RE: Problems with tiles...

2004-06-20 Thread Thiago Souza
Hi! Well... What I'm trying to do is to repass the tiles:put to another nested tile... -Original Message- From: David Friedman [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 17 de junho de 2004 19:57 To: Struts Users Mailing List Subject: RE: Problems with tiles... Why ar

RE: Problems with tiles...

2004-06-20 Thread Thiago Souza
Hi! Well... What I'm trying to do is to repass the tiles:put to another nested tile... -Original Message- From: David Friedman [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 17 de junho de 2004 19:57 To: Struts Users Mailing List Subject: RE: Problems with tiles... Why ar

RE: Problems with tiles...

2004-06-17 Thread David Friedman
] Subject: Problems with tiles... Hi ppl, Why this isn't rendering? in master.jsp in item.content.jsp (defined for "content-layout") The

RE: Problems with tiles...

2004-06-17 Thread Thiago Souza
truts Users Mailing List Subject: RE: Problems with tiles... I'll bet you haven't included the Tiles tag library at the top of your JSP: <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> -Original Message- From: Thiago Souza [mailto:[EMAIL P

RE: Problems with tiles...

2004-06-17 Thread Thiago Souza
truts Users Mailing List Subject: RE: Problems with tiles... I'll bet you haven't included the Tiles tag library at the top of your JSP: <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> -Original Message- From: Thiago Souza [mailto:[EMAIL P

RE: Problems with tiles...

2004-06-17 Thread Ricardo Cortes
I'll bet you haven't included the Tiles tag library at the top of your JSP: <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> -Original Message- From: Thiago Souza [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 1:40 PM To: [EMA

Problems with tiles...

2004-06-17 Thread Thiago Souza
Hi ppl, Why this isn't rendering? in master.jsp in item.content.jsp (defined for "content-layout") The definition used The "/tiles/bla

Problems with tiles...

2004-06-17 Thread Thiago Souza
Hi ppl, Why this isn't rendering? in master.jsp in item.content.jsp (defined for "content-layout") The definition used The "/tiles/bla