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 but took the value as is. Meaning > the final HTML was (src="%=url2%") and not (src="http://www.lycos.com"). > > The main purpose of mixing XHML and JSP tags is to get a well formed > document. > > I understand that the Spec is a little vague, but is there a plan to support > that? >
I couldn't tell you - try asking this question on a tomcat list. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
