I understand how to put a static page into a tile ...
<tiles:insert page="layout.jsp" flush="true">
<tiles:put name="header" value="header.jsp" />
...
</tiles:insert>... but how do I put a dymanic page ... that is, a JSP via a DispatchAction class into a tile? When I use the action path from struts-config.xml (i.e. "main.do"), It does not work.
Thanks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

