hello Antonio :)

I just found my mistake!
It seems that in the tiles.xml file I have defined one tile 2 times, grrrr:

<definition name=".welcome" extends=".page">
        <put-attribute name="content" value=".welcomeContent"/>
</definition>
<definition name=".welcome" extends=".page">
        <put-attribute name="content" value=".welcomeContent"/>
        <put-attribute name="autocomplete" value="/jsp/ajaxListRelations.jsp"/> 
       
</definition>


This caused no error at runtime. however, the application was reading the
first declaration only, and hence the error I got: "Attribute 'autocomplete'
not found"

So it seems that the current versions of Struts and Tiles I use are working
fine (struts 2.0.11 and tiles 2.0.5)

Thanks for the help!
-- 
View this message in context: 
http://www.nabble.com/Tiles-Exception---Attribute-not-found...-tp20639050p20669991.html
Sent from the tiles users mailing list archive at Nabble.com.

Reply via email to