You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kurt Kurniawan <Ku...@rbs.org.au> on 2002/02/27 07:52:22 UTC

help in include file tag.

hi everyone! Need help with tis one....

I have this....
<%@ include file="CheckLoggedIn.jsp, getPool.jsp"%>

which doesn't work in tomcat4 but works well in Resin, say couldn't find the file....

anybody can tell me how to include multiple files in Tomcat?
It doesn't accept as well if I put like this...

<%@ include file="CheckLoggedIn.jsp%>
<%@ include file="getPool.jsp"%>

say we cannot put multiple directives

thanx

*********************************************************************************
- NOTICE -
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 
have received this email in error, please notify the sender and delete
the material from your computer.

Internet communications are not secure.  You should scan this message 
and any attachments for viruses.  Under no circumstances do we accept 
liability for any loss or damage which may result from your receipt of 
this message or any attachments.
*********************************************************************************


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: help in include file tag.

Posted by Ricky Leung <ri...@booksense.com>.
you are missing a closing " on your second example's first include file.

-----Original Message-----
From: Kurt Kurniawan [mailto:Kurt.Kurniawan@rbs.org.au]
Sent: Wednesday, February 27, 2002 1:52 AM
To: tomcat-user@jakarta.apache.org
Subject: help in include file tag.


hi everyone! Need help with tis one....

I have this....
<%@ include file="CheckLoggedIn.jsp, getPool.jsp"%>

which doesn't work in tomcat4 but works well in Resin, say couldn't find the
file....

anybody can tell me how to include multiple files in Tomcat?
It doesn't accept as well if I put like this...

<%@ include file="CheckLoggedIn.jsp%>
<%@ include file="getPool.jsp"%>

say we cannot put multiple directives

thanx

****************************************************************************
*****
- NOTICE -
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
have received this email in error, please notify the sender and delete
the material from your computer.

Internet communications are not secure.  You should scan this message
and any attachments for viruses.  Under no circumstances do we accept
liability for any loss or damage which may result from your receipt of
this message or any attachments.
****************************************************************************
*****


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>