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
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 source* within itself! You say you get a recursive loop - I'm surprised. I would expect that this wouldn't compile at all - are you sure yuo ge

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... I've done it with a tiles oo