RE: Recursive pages

2004-08-18 Thread Paul McCulloch
Highfield [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 5:11 PM > To: [EMAIL PROTECTED] > Subject: RE: Recursive pages > > > Cheers Paul, > > I went down this path also, > > I tried jsp:include but this was ignore by tomcat. So much > ignored infact

RE: Recursive pages

2004-08-18 Thread terry Highfield
> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> Subject: RE: Recursive pages Date: Wed, 18 Aug 2004 09:43:32 +0100 I think the problem is that you are using a static include. This is an instruction to the jsp -> java compiler that, you want to include the current *page

RE: Recursive pages

2004-08-18 Thread Paul McCulloch
Message- > From: terry Highfield [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 12:26 AM > To: [EMAIL PROTECTED] > Subject: Recursive pages > > > Hi all, > > Does anyone know how to make recursive jsp pages? > > I believe this can be done using

RE: Recursive pages

2004-08-17 Thread Jim Barrows
> -Original Message- > From: terry Highfield [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 17, 2004 4:26 PM > To: [EMAIL PROTECTED] > Subject: Recursive pages > > > Hi all, > > Does anyone know how to make recursive jsp pages? Intentionally? No...

Recursive pages

2004-08-17 Thread terry Highfield
Hi all, Does anyone know how to make recursive jsp pages? I believe this can be done using <%@ include file="recursive.jsp" %> I have done this as :- <%@ include file="recursive.jsp" %> The above code is actually in recursive.jsp The bean behind this has a structure : class Message im