I would suggest using Tiles.

Greg

On Nov 7, 2005, at 12:55 PM, Marcio Ghiraldelli wrote:

    Hello,

What would be the best aproach without hurting MVC framework in having one central "template.jsp" and inserting into it Struts actions, such as:

    <table>
    <tr><td>
        <jsp:include="/Menu.do">
    </td><td>
        <jsp:include="/News.do">
    </td></tr>
    </table>

The usual <jsp:include apparently only work with Servlets and/ or others JSP files, not with Struts actions.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to