2008/11/11 stanlick <[EMAIL PROTECTED]>:
> 12:03:09,587 WARN org.apache.tiles.impl.BasicTilesContainer.render():392 -
> Unable to find the definition 'myapp.tilecore.titleFred Title'
>
> My tiles definition is as follows:
>
> <definition name="myapp.tile*.title*" extends="myapp.homePage">
> <put-attribute name="content" value="{1}"/>
> <put-attribute name="title" value="{2}"/>
> </definition>
>
> And here is the Struts action mapping:
>
> <action name="tile-*">
> <result>myapp.tile{1}.titleFred Title</result>
> </action>
Probably Struts 2 is not configured correctly, because the
Struts2/Tiles2 plugin does not work with Tiles 2.1. I think that
Did you try using Tiles 2.1 alone?
Antonio