RE: Nesting tile definitions

2003-03-24 Thread Tai Nguyen
- From: Kevin Cramer [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 2:04 AM To: Struts Users Mailing List Subject: Re: Nesting tile definitions I don't think I explained it very well. As I understand it I would do the following using the method you mentioned below: definition name

Re: Nesting tile definitions

2003-03-23 Thread Kevin Cramer
in one definition instead of scattered all over your tiles-def.xml. Tai -Original Message- From: Kevin Cramer [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 6:19 PM To: Struts Users Mailing List Subject: Re: Nesting tile definitions I got it working

RE: Nesting tile definitions

2003-03-23 Thread Tai Nguyen
you override an attribute. Tai -Original Message- From: Kevin Cramer [mailto:[EMAIL PROTECTED] Sent: Sunday, March 23, 2003 9:48 PM To: Struts Users Mailing List Subject: Re: Nesting tile definitions Thank you. I have this working. The side effect is that it would require me

Re: Nesting tile definitions

2003-03-23 Thread Kevin Cramer
definition for page2 which extends .standardPage. In short, it shouldn't matter at what level you override an attribute. Tai -Original Message- From: Kevin Cramer [mailto:[EMAIL PROTECTED] Sent: Sunday, March 23, 2003 9:48 PM To: Struts Users Mailing List Subject: Re: Nesting tile

RE: Nesting tile definitions

2003-03-22 Thread Tai Nguyen
20, 2003 6:19 PM To: Struts Users Mailing List Subject: Re: Nesting tile definitions I got it working. It was a problem with something else. I didn't catch it. It can be hard to find problems with the lack of debug messages that come back from the server. My next question was how do I use

Re: Nesting tile definitions

2003-03-20 Thread Kevin Cramer
I got it working. It was a problem with something else. I didn't catch it. It can be hard to find problems with the lack of debug messages that come back from the server. My next question was how do I use attributes from supertiles? I want to take a page and split it into tiles, one of which

RE: Nesting tile definitions

2003-03-19 Thread Tai Nguyen
Kevin, First if all, it is possible to use attributes from supertiles, but that's another issue. The definitions you have posted look fine, so I would guess that it's a problem with your header.jsp file. Can you post that so we can look at it, as well as the full error message you are getting?