posted 17 years ago
Hi,
I included a page in a tiles templet by adding
<tiles:insert attribute="main" />
now, I want to use request.getRequestURI() to optian the file-name of the page "main" (in this example "/contaxtroot/..../main.jsp") inside the main-page. But what I get is "/contaxtroot/..../template.jsp".
How can I get the included page's name inside the page?
Thanks!
B.