Hi, I'm implementing Tiles in a
struts application of mine, but it won't work. Seems like some problem with the definition xml, but I've copieed it right from other examples.
Here's my tiles-defs.xml:
I get no DTD or DOCTYPE validation error or such. Struts Console is showing a valid xml.
Then my web.xml:
Design view in Eclipse also showing a valid XML file.
In my Struts-config.xml i got the following Tiles plugin:
When I try to look up the page that uses Tiles
(indexhuis.jsp:
)
I get the following error:
The only log that's full is stdout.log:
I don't understand what is wrong or which xml is wrong! Done everything like in tutorials and stuff. Can someone help me?
Sorry for the long post, but it's all the necessary info!