RE: OT: Dynamic JSP include

2002-03-21 Thread Moritz Petersen
ed in the code, feel free to contact me off list. -moritz. > -Original Message- > From: Dave J Dandeneau [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 3:59 PM > To: Struts Users Mailing List > Subject: RE: OT: Dynamic JSP include > > > We have found t

RE: OT: Dynamic JSP include

2002-03-21 Thread Dave J Dandeneau
d this on other projects with newer containers, but it doesn't seem to work with older containers. dave -Original Message- From: Jim Tyrrell [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 9:51 AM To: 'Struts Users Mailing List' Subject: RE: OT: Dynamic JSP include Every

RE: OT: Dynamic JSP include

2002-03-21 Thread Jim Tyrrell
Message- From: sander-martijn [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 9:45 AM To: Struts Users Mailing List Subject: Re: OT: Dynamic JSP include I've done this with resin on linux, osx and w2k and with websphere/sunOs - when i tried it last week using tomcat/apache/struts/l

Re: OT: Dynamic JSP include

2002-03-21 Thread sander-martijn
I've done this with resin on linux, osx and w2k and with websphere/sunOs - when i tried it last week using tomcat/apache/struts/linux (not sure versions of any of them because i'm not at work) I got an error message telling me it was against the jsp spec. I'll get the exact message and versio

RE: OT: Dynamic JSP include

2002-03-21 Thread Hardee, Tony
ct: Re: OT: Dynamic JSP include i'm surpised, i do the same thing in one of my JSP's (tomcat 3.2 on RH7.1 linux) : i create a variable (incPage) in a preceeding <% %> block then issue Which works fine - is the URL you generate correct? On Thursday 21 Mar 2002 1:48 pm, you wrote: &g

Re: OT: Dynamic JSP include

2002-03-21 Thread Martin Samm
i'm surpised, i do the same thing in one of my JSP's (tomcat 3.2 on RH7.1 linux) : i create a variable (incPage) in a preceeding <% %> block then issue Which works fine - is the URL you generate correct? On Thursday 21 Mar 2002 1:48 pm, you wrote: > I apologize in advance for submitting an

Re: OT: Dynamic JSP include

2002-03-21 Thread SUPRIYA MISRA
try this. Not sure <%@include file="<%=includeFile%>" %> >From: "Hardee, Tony" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> >Subject: OT: Dynamic JSP include >Date: Thu, 21 Mar 2002 13:48:55 - > >I apo