Ah, it seems I found the solution. The tutorial for the Tiles 2 Plugin shows an example with a wrong (probably outdated) uri for the dtd.
It should NOT be: %@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>, BUT: %@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> So the JSPs use Tiles 2 syntax, while within tiles-defs.xml the older syntax, e.g. <put name="..." /> needs to be employed. Is that correct, Antonio? Best regards, Marcus Antonio Petrelli-3 wrote: > > 2007/5/8, Marcus Oenicke <[EMAIL PROTECTED]>: >> >> >> I'm working with Tiles 2.0.3 and Struts 2.0.6 in a Tomcat 5.5.20 >> environment. > > > > I think this is the problem: Struts 2.0.6 IS NOT COMPATIBLE with Tiles > 2.0.3. > Currently, you can only use Tiles 2.0.3 in standalone mode. > > I have removed the struts2-tiles-plugin-2.0.6.jar to prevent negative >> interaction, but it didn't change anything. >> Anything wrong so far? > > > > The plugin is needed if you want Struts 2 to work with (compatible > versions > of) Tiles. > > I think that your only option is waiting (or collaborating :-) ) > > Antonio > > -- View this message in context: http://www.nabble.com/InsertAttributeTag-reports-Attribute-%27header%27-not-found-tf3712428.html#a10391493 Sent from the tiles users mailing list archive at Nabble.com.
