https://bz.apache.org/bugzilla/show_bug.cgi?id=69635
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Mark Thomas <ma...@apache.org> --- You are mixing up JSP imports and EL imports. The rules for imports in EL are stricter than those for JSPs. Attempt 1 will work if you use <%= Outer.Inner.values() %> in the JSP. It won't work, and isn't expected to work in EL. Attempt 2 currently fails because of what looks like a bug in the EL import handling. There needs to be a conversion from canonical name to type name. Attempt 3 won't work because JSP imports require canonical names. I want to look at the EL spec to see if if specifies a format for importing classes by name. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org