Re: Tiles Definition problem

2003-08-25 Thread Bryce Fischer
Thanks to everyone who responded. Everyone recommended doing this: Try this: forward name=defaulttile redirect=true path=default.layout/ Still doesn't seem to work. I get the feeling I'm missing something so insanely stupid that its tough to figure out. I'm not sure how to get any more debug

RE: Tiles Definition problem

2003-08-25 Thread David Friedman
:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 1:45 PM To: Struts Users Mailing List Subject: Re: Tiles Definition problem Thanks to everyone who responded. Everyone recommended doing this: Try this: forward name=defaulttile redirect=true path=default.layout/ Still doesn't seem to work. I get

Re: Tiles Definition problem

2003-08-25 Thread Bryce Fischer
David. Thank you very much. I knew I was missing something very simple. I had 2 books I had been referencing, Programming Jakarta Struts and Struts In Action. I guess I missed the forward thing in those docs. Thanks again, its working great. -- Bryce Fischer [EMAIL PROTECTED]

RE: Tiles Definition problem

2003-08-25 Thread David Friedman
Bryce, You're welcome. -David -Original Message- From: Bryce Fischer [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 3:55 PM To: Struts Users Mailing List Subject: Re: Tiles Definition problem David. Thank you very much. I knew I was missing something very simple. I had 2

Re: Tiles Definition problem

2003-08-24 Thread [EMAIL PROTECTED]
Bryce, You don't have to write the path wbeginning witha a slash. Try this: forward name=defaulttile redirect=true path=default.layout/ Antonio Gonzalez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Tiles Definition problem

2003-08-22 Thread Bryce Fischer
I'm going to describe my problem, then list the appropriate files below. I'm new with tiles, and am trying to get a simple tiles-definition working. Here's what I did: 1. I create a file called tiles-def.xml, and put it in my WEB-INF directory (listed below) 2. Make sure my definitiions-config

RE: Tiles Definition problem

2003-08-22 Thread David Friedman
. Regards, David -Original Message- From: Bryce Fischer [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 4:23 PM To: 'Struts Users Mailing List' Subject: Tiles Definition problem I'm going to describe my problem, then list the appropriate files below. I'm new with tiles, and am

RE: Tiles Definition problem

2003-08-22 Thread Joe at Team345
/ /global-forwards -Original Message- From: Bryce Fischer [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 4:23 PM To: 'Struts Users Mailing List' Subject: Tiles Definition problem I'm going to describe my problem, then list the appropriate files below. I'm new with tiles

Tiles definition problem

2002-06-18 Thread Dave Peckham
Hi all, I'm trying to use the Tiles definitions to define my pages, and not have JSP pages assembling the tiles. I can get Tiles to recognize a named definition for the header element, but I can't get it to use a named definition for the main page (the action forward). See the files below. If I

RE: Tiles definition problem

2002-06-18 Thread wbchmura
- From: java.sse [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 11:46 AM To: struts-user Subject: Tiles definition problem Hi all, I'm trying to use the Tiles definitions to define my pages, and not have JSP pages assembling the tiles. I can get Tiles to recognize a named definition

RE: Tiles definition problem

2002-06-18 Thread wbchmura
This was not bad for getting to know tiles also... http://www.javaworld.com/javaworld/jw-01-2002/jw-0104-tilestrut.html -Original Message- From: Chmura, William B. Sent: Tuesday, June 18, 2002 1:25 PM To: struts-user Subject: RE: Tiles definition problem I am not sure I understand