Re: how to include a jsp into another

2005-08-10 Thread Tremal Naik
2005/8/10, Gareth Evans <[EMAIL PROTECTED]>: > so easy that I didn't noticed in the documentation ;) thanks! -- TREMALNAIK - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to include a jsp into another

2005-08-10 Thread Gareth Evans
Tremal Naik wrote: hello, I'm trying to realize the functionality throught pure Struts tags. I included in my JSP the following: when I display it within a scriptlet: <%=report%> the page is rendered as expected, but when I try to display it with I don't see the content of the oth

how to include a jsp into another

2005-08-10 Thread Tremal Naik
hello, I'm trying to realize the functionality throught pure Struts tags. I included in my JSP the following: when I display it within a scriptlet: <%=report%> the page is rendered as expected, but when I try to display it with I don't see the content of the otherPage ,but the html code