2007/5/10, David Chisholm <[EMAIL PROTECTED]>:
The version of Tiles 2 shipped with Struts 2.0.6 is an early snapshot. The Strut2 plugin for Tiles 2 only works with this version. It will not work with the latest Tiles 2 release, 2.0.3. I'm using the Struts 2.0.6 version of Tiles2 without any issues so far. Just be careful with your definitions XML file. The new JSP tags are used in this version, e.g., <t:put-attribute>. However, the Tiles DTD is the old one, e.g., it uses <put> instead of <put-attribute>.
What a mess! :-) I wonder when Struts 2 (and Shale) will use Tiles 2.0.3... And anyway: - The Tiles homepage is http://tiles.apache.org/ - It did not reach a beta, but only an alpha release - the <t:put-attribute> is better written as <tiles:putAttribute> Antonio