We are launching an existing project in JSF. And we added some attributes to components that are not part of the tag library. For example, we added the placeholder attribute to the h:inputText . Now, when we use this attribute on an xhtml page, NetBeans 7.3 highlights the page as an error in the IDE, which may confuse us at design time, as we may skip the real error on the page, assuming the editor highlights this strange case.
This did not happen when we were working with version 7.2, is there a way to define this custom attribute for NetBeans 7.3 so that it does not highlight this error when using custom attributes.
Someone else asked this question on the NetBeans forum, but received no answer: http://forums.netbeans.org/ntopic54141.html
Hope SO Could Help Thanks
source share