2007/11/18, doktora v <[EMAIL PROTECTED]>: > You mean struts1 and tiles2 w/o plugin? How? If I specify the tiles > listener in web.xml and don't specify the plugin in struts-config.xml, > the tiles are not recognized (I get errors of the sort "path does not > begin with /").
You can use it without a plugin: 1) by rendering using the Tiles container. See: http://tiles.apache.org/tutorial/basic/pages.html 2) by using the Tiles dispatcher servlet. See: http://tiles.apache.org/tutorial/advanced/utils.html The drawback is that you cannot use a Tiles definition as a Struts forward. Antonio
