Re: JSP Document Support in Tomcat 4.x

2002-05-31 Thread Conor MacNeill
Ragy Eleish wrote: > Hi, > > I wrote a JSP document that mixes JSP XML tags with XHTML tags as follows, > where I used a JSP expression to calculate the XHTML tag's attribute value > (src="%=url2%"). Jasper wasn't able to convert it correctly, it didn't > recognize that this is a JSP expression b

JSP Document Support in Tomcat 4.x

2002-05-31 Thread Ragy Eleish
Hi, I wrote a JSP document that mixes JSP XML tags with XHTML tags as follows, where I used a JSP expression to calculate the XHTML tag's attribute value (src="%=url2%"). Jasper wasn't able to convert it correctly, it didn't recognize that this is a JSP expression but took the value as is. Meanin