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

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
hey get the HTTP redirect and ask for the new /index.do page). For everything else, I think I'll be consistent and use actions (*.do) for external access, not JSPs. Regards, David -Original Message- From: Bryce Fischer [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 1:45 PM

Re: Tiles Definition problem

2003-08-25 Thread Bryce Fischer
Thanks to everyone who responded. Everyone recommended doing this: > Try this: > > 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 information. The only thing I'm getting on the console t

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: Antonio Gonzalez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tiles Definition problem

2003-08-22 Thread Joe at Team345
I don't think you want the slash when you reference your page. try this: instead of: > -Original Message- > From: Bryce Fischer [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2003 4:23 PM > To: 'Struts Users Mailing List' > Subject: Ti

RE: Tiles Definition problem

2003-08-22 Thread David Friedman
Bryce, Try taking our your leading slash on the /default.layout tile reference: If you didn't put a slash in your tile name, don't use it with a slash in your definition. Tiles are specific to the 'name="something"', not path specific. Regards, David -Original Message- From: Bryce Fis

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

RE: Tiles definition problem

2002-06-18 Thread wbchmura
I am not sure I understand what you are saying here, but I think I know where you are heading... You action mapping looks okay... When your action sends it to wiz1, it will go to the tiles definition below and build it there... Is this what you were looking for? -- BodyOnlyLa