I think you can do this with TilesServlet instead of ActionServlet as your front controller.
Thanks -- pady [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 9:30 AM To: Struts Users Mailing List Subject: tile definition name in the action class Is it possible to get the tiles-definition name inside the action class?? <action path = "/Retrieve" type = "mypack.RetrieveAction" name = "myFormBean" scope = "session"> <forward name="found" path="info.form" /> <!-- "info.form" is a tiles definition --> <forward name="not.found" path="error.form" /> </action> if we supply the "input" attribute in the action mapping section, it is possible to get the name using 'mapping.getInput()'. but, if the input attribute is not available, then how can I get the tiles definition name? Any clue? Thanks, Pramod ******************************************** This electronic mail message is intended solely for the named recipients and may contain confidential and proprietary business information of eFunds Corporation and all its subsidiaries. If you are not a named recipient, please notify the sender immediately. You may not disclose the contents to any other person; use this electronic mail message or its contents for any other purpose; or further store or copy its contents in any medium ******************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

