2007/6/13, Charbel Abdul-Massih <[EMAIL PROTECTED]>:
/web/layout/topMenu.jsp(1): Error in using tag library uri='http://tiles.apache.org/tags-tiles' prefix='tiles': The Tag class 'org.apache.tiles.taglib.definition.DefinitionTag' has no setter method corresponding to TLD declared attribute 'scope', (JSP 1.1 spec, 5.4.1)
In fact it is a (resolved) bug: https://issues.apache.org/struts/browse/TILES-187 Notice that the "scope" attribute has been removed: http://tiles.apache.org/migration/tags.html (go to "Other changes" section). Anyway, I noticed that you are using an old version of Tiles, so I suppose that you are using an old version of Struts 2. My suggestion is to update to Struts 2.0.8 ASAP (that uses Tiles 2.0.3). Antonio