Is this issue http://issues.apache.org/bugzilla/show_bug.cgi?id=41257
and http://issues.apache.org/bugzilla/show_bug.cgi?id=41258

I think these are the trouble:

Lines 2776-2777 in org.apache.jasper.compiler.Generator

TagAttributeInfo tai = attr.getTagAttributeInfo();
String type = tai.getTypeName();
              ^^^ <-- Is null

But the snippet above is contained in a if/else which wraps too many pages for me at the moment to try to determine a fix.


-Tim

Remy Maucherat wrote:
arjan tijms wrote:
We're using a number of custom tags that accept JSF (deferred) EL through dynamic attributes. In JSP 2.1 this is illegal. I therefore tried to deactivate expression evaluation by escaping the #{ pattern, but it seems that Tomcat 6.0.7 ignores this?

Please provide a test war if you can. Tag with dynamic attribute names are supposed to accept EL.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to