2008/1/5, Roberto Riggio <[EMAIL PROTECTED]>: > uhm, i feel like I'm missing something. In the WEB-INF/lib i have the > following jars: > > struts2-tiles-plugins-2.0.11.jar > > tiles-api-2.0.4.jar > tiles-core-2.0.4.jar
Roberto your jars are ok, but your Tiles definition file is invalid, and it refers to a not existing DTD. I suggest to read this: http://tiles.apache.org/tutorial/basic/pages.html Ciao Antonio
