How Do I make dynamic-attributes Work in JSP Tag Files?
问题 So according to my JSP reference book, as well as every other reference I can find on the web, I'm supposed to be able to do something like: <%@ tag dynamic-attributes="dynamicAttributesVar" %> and then when someone uses an attribute that I didn't define in an attribute directive, I should be able to access that attribute from the "dynamicAttributesVar" map: <%= dynamicAttributesVar.get("someUnexpectedAttribute") %> However, that doesn't work, at all; I just get a "dynamicAttributesVar cannot