Chris, Am Friday 15 October 2010 schrieb Christopher Schultz: > > <%...@taglib prefix="myLib" uri="http://my-domain.org/customLib"%> > > > > <myLib:customTag value="${myEnum}"/> > > <myLib:customTag value="foo.${myEnum}.bar"/> > > > > I would expect, that this outputs: > > > > VALID > > foo.VALID.bar > > > > > > The output in catalina.out is very interesting: > > > > VALID > > foo.VALID result, code 0.bar > > Okay, that might be a bug in Tomcat. > > Weird: I would expect that the JSTL relies on the platform's EL > implementation to work. So, I don't understand why this works for a bare > EL expression like ${enum} and not <foo value="${enum}" />
I've created https://issues.apache.org/bugzilla/show_bug.cgi?id=50105 Bye Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org