Is it possible in Tiles 3 to render a result of action execution? Something like the following:
<definition name="body" template="/WEB-INF/layout.jsp" preparer="com.my.MyPreparer">
<put-list-attribute name="list0">
<add-attribute value="/portlet/Login.do"/>
<add-attribute value="/portlet/Logout.do"/>
<add-attribute value="/portlet/Home.do"/>
</put-list-attribute>
</definition>