Hi,
I am new to Tiles.
I am trying to do a Global Forward to a definition declaration.
I have another
test app without tiles working fine, in that one, I forward it to index.jsp. But I want to use a global forward in this application, forwarding to a a definition, (so that any user coming in will be taken to the login page).
I have my tiles definition file as follows -
I have my
struts config file as follows -
I am getting a 404- Error 404: File not found: {0}
I checked the paths, all the files are there. What file is it looking for?
In my test Application without tiles that works fine, this is what the global forward looks like.
What am I doing wrong?
Thanks in advance,
Vidya