jsp as a src attribute for frame

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:

&lt;%@ taglib uri="struts-html.tld" prefix="html" %>
&lt;%@ taglib uri="jakarta-utils.tld" prefix="utils"
%>
&lt;%@ taglib uri="i2uitaglib.tld" prefix="i2" %>
&lt;%@ taglib uri="i2web.tld" prefix="i2web" %>

It is converting "<" to "&lt%".

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