Community
Participate
Working Groups
Build Identifier: 3.6 Helio I'm using a Spring 3.0 tag library (http://www.springframework.org/tags/form). They make extensive use of dynamic-attributes=true. When ever I use a dynamic attribute for example: <form:input id="petName" path="petName" placeholder="Some String" cssClass="text" /> I get the following validation error: Undefined attribute name "placeholder" I can provide a more precise testcase with a taglibrary and all if that would be valuable. Reproducible: Always Steps to Reproduce: 1. Use taglibrary that makes use of dynamic-attributes=true 2. Attempt to use a dynamic attribute 3. See .jsp validation warning appear
updating product
Seems to be related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=212927 but this is regarding a taglib with a X.taglib file instead of a taglet???
Could you attach jsp where you facing this problem?
Created attachment 174995 [details] Test Case Project Here is a test case project that creates and uses a taglib with dynamic-attributes=true. Note in test.jsp I'm using dynamic attributes. In the jsp editor I'm getting a warning "Undefined attribute name XXX".
Created attachment 175069 [details] patch dynamicAttributes was not getting set in CMElementDeclarationImpl.
Approved. I also added some unit tests.