Apache Tiles 3 render Struts 2 action

214 Views Asked by At

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>
0

There are 0 best solutions below