We are running an existing project in JSF. And we have added some attributes to components which are not part of the tag library. For example we have added placeholder
attribute to h:inputText
component. Now when we use that attribute on a xhtml page, NetBeans 7.3 highlights the page as erroneous in the IDE which can confuse us during development as we might skip a real error in the page assuming that the editor highlights this strange case.
This was not happening while we were working with version 7.2, is there a way for defining this custom attribute to NetBeans 7.3 so that it doesn't highlight this error when we use custom attributes.
Somebody else already asked this question on the NetBeans forum but still didn't get any answer: http://forums.netbeans.org/ntopic54141.html
Hope SO might help Thanks