hello, I'm trying to realize the <jsp:include> functionality throught pure Struts tags.
I included in my JSP the following: <bean:include id="report" page="/otherPage.jsp"> when I display it within a scriptlet: <%=report%> the page is rendered as expected, but when I try to display it with <bean:write name="report" /> I don't see the content of the otherPage ,but the html code of it. I don't want to use scriplets to display the included page, just tags. Can you help me? -- TREMALNAIK --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]