Hello all,
I want to include a jsp page in an other. But the struts-tags are not
rendered. This ist the code for the include:
<jsp:include page="menue.jsp" flush="true"/>

and this the code of the menue.jsp:
<table>
        .
        .
        .
        <tr>
                <td colspan="2" class="big" align="left">
                        <html:img src="images/balken_r.gif" width="8" height="28" 
border="0"/>
                        <html:link styleClass="menue" 
forward="logoff">&nbsp;Logout</html:link>
                </td>
        </tr>
</table>

Why did the struts-tags not rendered?
Is there a way to do this?

Best regards,
Stefan

----------------------------------------------
hmi-Informatik GmbH
Zettachring 6 - D-70567 Stuttgart
E-Mail: [EMAIL PROTECTED]
http://www.hmi-informatik.de

Reply via email to