Sanjeevi-

It is my understanding that it is simply impossible to have to include
directives of the same file in one page. I would recommend that you use
<jsp:include> with <jsp:param> or create the file you are including into a
custom tag. (If you use JST, you can keep it in JSP format, just add
tagAttribute directives for any variables you need to pass to it).

Drew Falkman
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 8:47 PM
Subject: RE: recursive JSP includes


> Hi
>   I am looking for a solution which is independent of the server it runs
on
> and would not want to add on service packs and patches to solve this
> problem.
>
> Hope some one helps
> regards
> Sanjeevi
>
>
> --------------------------------------------------------------------------
----------------------------------------------------------------------------
---------------------------------------------------------
>
>  The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material.  Any review, retransmission,  dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited.   If you
received
> this in error,  please contact the sender and delete the material from any
> computer.
> -- Phoenix Global Solutions (India) Pvt Ltd., www.pgsolutions.com
> --------------------------------------------------------------------------
----------------------------------------------------------------------------
-----------------------------------------------------------
>
>
>
>                     "McDowell,
>                     Mark"                To:     JRun-Talk
<[EMAIL PROTECTED]>
>                     <[EMAIL PROTECTED]        cc:
>                     om>                  Subject:     RE: recursive JSP
includes
>
>                     10/02/01
>                     06:28 PM
>                     Please
>                     respond to
>                     jrun-talk
>
>
>
>
>
> If you are using JRun 3.1, supposedly this is fixed in a service pack.
> Try installing the JRun 3.1 service pack...
>
> Mark
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 02, 2001 7:53 AM
> To: JRun-Talk
> Subject: recursive JSP includes
>
>
> Hi
>   I am doing this include of the same JSP file more than once
>
>      <%@include file="date.jsp"%>
>      <%@include file="date.jsp"%>
>
> and this gives me a errror saying recursive includes of the same file is
> not possible.
> How to go about solving this.
>
> regards
> Sanjeevi
>
>
>
> --------------------------------------------------------------------------
--
>
> --------------------------------------------------------------------------
--
>
> -------------------------------------------------------
>
>  The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material.  Any review, retransmission,  dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited.   If you
received
> this in error,  please contact the sender and delete the material from any
> computer.
> -- Phoenix Global Solutions (India) Pvt Ltd., www.pgsolutions.com
> --------------------------------------------------------------------------
--
>
> --------------------------------------------------------------------------
--
>
> ---------------------------------------------------------
>
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to