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
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- From: lk [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 11:02 AM To: user@struts.apache.org Su

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
Why are you doing a tiles:getAsString inside the tiles:put in your JSP? I use it as a normal tag, not within a tiles:put block. Just my $.02 worth. Regards, David -Original Message- From: Thiago Souza [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 1:40 PM To: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] Subject: Problems with tiles