- From: kim kim <kim2244@yahoo.com>
- Date: Wed, 4 Apr 2001 08:49:46 -0700 (PDT)
- To: www-html@w3.org
- Cc: Ekta_Aggarwal@i2.com
Hi, I am tring to include jsp file a SRC attribute for frame. In jsp, I have custom tags in the jsp. <Frame src = "myjspwithcustomtags.jsp" > But It doesn't seem to process the html tags, but it outputs souce like this: <%@ taglib uri="struts-html.tld" prefix="html" %> <%@ taglib uri="jakarta-utils.tld" prefix="utils" %> <%@ taglib uri="i2uitaglib.tld" prefix="i2" %> <%@ taglib uri="i2web.tld" prefix="i2web" %> It is converting "<" to "<%". Can you please help me and let me know what I am doing wrong. Thanks __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
Received on Wednesday, 4 April 2001 11:49:51 UTC