you must have the following declarations on top of both jsp's

<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>

-----Original Message-----
From: Stefan Faist [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 17, 2001 10:35 AM
To: Struts
Subject: jsp:include


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


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

Reply via email to