2008/6/5 Anders Schürmann <[EMAIL PROTECTED]>: > <put-attribute name="mainNav" value="activities.action" />
You have to add the "/" before the name of the action. For instructions on how to use "included" Struts actions see: https://issues.apache.org/struts/browse/TILES-232 > The tiled page I'm trying to crate should contain a dynamically generated > menu in addition to some dynamic content on another tile. Is there a better > way to achieve this? Yes, ViewPreparer: http://tiles.apache.org/tutorial/advanced/preparer.html Antonio
