DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28586>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28586 Tile Def Name in Globals Summary: Tile Def Name in Globals Product: Struts Version: Unknown Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Tiles framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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. POA === Globals ======= Key Name: TILES_DEF_NAME_KEY Key Value: org.apache.struts.tiles.TILES_DEFINITION_NAME TilesRequestProcessor ===================== MethodName: processForwardConfig MODS: Do following: =========================== if( processTilesDefinition ) { ... request.setAttribute( Globals.TILES_DEF_NAME_KEY, forward.getPath() ); ... } ... =========================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]