It looks like when startContext runs, it, deep down, assigns the last context in the context stack to evaluatingContext. When the main layout tile runs, there are two items in the stack and the second (last) item is the one we want. When startContext runs for the body/logout.jsp, the context we want is still the second one, but now there are three in the stack and it returns the third one instead.
Now, how do I fix this? Thanks. -----Original Message----- From: Hehl, Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2008 9:47 AM To: '[email protected]' Subject: RE: FW: Missing attribute This code is in logout.jsp, which is the jsp that is inserted into the body. We have a main layout that has tiles header, body, menu, footer. In this instance, body, contains logout.jsp, which has this tag in it. Make sense? -----Original Message----- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2008 9:42 AM To: [email protected] Subject: Re: FW: Missing attribute 2008/8/26 Hehl, Thomas <[EMAIL PROTECTED]>: > <tiles:insertAttribute name="logoutErrorKey"/> Excuse, but where did you put this code? Is it in the template of ".logoutTimeout" definition? Antonio
