Hi Drew,
Thanks for the info, I found a solution by making the include file which
was a JSP into a class and instantiate the class and the call the method
which does the work for me.
But I will look into the solution u told also when I buy time for research.
Thanks
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
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


                                                                                       
                            
                    "Drew                                                              
                            
                    Falkman"             To:     JRun-Talk 
<[EMAIL PROTECTED]>                           
                    <drew@project        cc:                                           
                            
                    alpha.com>           Subject:     Re: recursive JSP includes       
                            
                                                                                       
                            
                    10/03/01                                                           
                            
                    10:25 PM                                                           
                            
                    Please                                                             
                            
                    respond to                                                         
                            
                    jrun-talk                                                          
                            
                                                                                       
                            
                                                                                       
                            



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
>
--------------------------------------------------------------------------
--
>
>
--------------------------------------------------------------------------
--
>
> ---------------------------------------------------------
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to