RE: REPOST: Determining tiles definition name from JSP

2004-04-28 Thread Kunal H. Parikh
Users Mailing List' Subject: RE: REPOST: Determining tiles definition name from JSP The only way I found to do it was to have a action mapped for each tiles definition. For example Then when I go to the URL http://localhost:80/CTX/exampleHome.do, for the code be

RE: REPOST: Determining tiles definition name from JSP

2004-04-28 Thread Kunal H. Parikh
Users Mailing List' Subject: RE: REPOST: Determining tiles definition name from JSP The only way I found to do it was to have a action mapped for each tiles definition. For example Then when I go to the URL http://localhost:80/CTX/exampleHome.do, for the code be