Re: Problem with Struts1.1 and Tiles configuration. Please help
Posted By:
Matan_Amir
Posted On:
Tuesday, February 17, 2004 01:59 AM
Hi,
There could be a few reasons it's not working.
Are the tiles definitions in an XML file?
If so, do you initialize it properly by adding the tiles plugin to the struts-config.xml file?
If so, is the path to the tiles file correct?
Does the action forward path match the name of the tile?
Those are some things you can check...