From:  Hongda Cheng@MITEL on 06/12/2001 10:29 AM
Sue,

Unfortunately, html comment tag cannot fool jsp parser.
It seems that you have two choices only.
[1]As you said on this mail, making a duplicated copy named as tmp1.jsp
[2]Probably you only need to write
<%@ include file="tmp.jsp" %>
on tmp1.jsp     and write
<%@ include file="tmp.jsp" %>
<%@ include file="tmp1.jsp" %> on your main file...

I am not able to try it since I still stick on jrun3.0,
just giving an idea here as your reference.

Hongda



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