RES: [struts] RE: REPOST: Determining tiles definition name from JSP

2004-12-24 Thread Paulo Alvim
List' Cc: struts-dev@jakarta.apache.org Assunto: [struts] RE: REPOST: Determining tiles definition name from JSP Hi All! I was wondering if it is allright to add the tiles definiton name being processed in Globals and set it as a request attribute. Th

Determining tiles definition name from JSP

2004-04-20 Thread Kunal H. Parikh
Hi All! Is it possible to determine the name of the tiles definition being processed from within a JSP page? I am attempting to have an XML menu with IDs exactly the same as the name of the tile definition. Then I would do some XSLT, and id matching and fetch the appropriate XML fragment. TIA,