You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i'am using Bootsfaces 0.9.1
I can use every component without problem except
the <b:DataTableColumn/> in a <b:dataTable/> Netbeans shows me the
following message:
The attribute value is not defined in the component dataTableColumn
I included the xmlns:b="http://bootsfaces.net/ui" tag and use this component as follows:
Sound like a faulty taglib file. Most of the time I use Eclipse, which is less strict. The JSF framework itself doesn't evaluate the taglib attributes, they are only used by the IDEs.
Actually, it's a feature. Netbeans tries to enforce correct JSF code. However, it's one of those annoying features that tend to stand in your way. JavaScript frameworks like Angular or Polymer add attributes to existing HTML tags all the time. I suspect Netbeans forbids these attributes, too. It would be nice if there was an option to disable this feature. However, I haven't found this feature (but maybe I didn't look thoroughly enough).
Hi i'am using Bootsfaces 0.9.1
I can use every component without problem except
the
<b:DataTableColumn/>
in a<b:dataTable/>
Netbeans shows me thefollowing message:
I included the
xmlns:b="http://bootsfaces.net/ui"
tag and use this component as follows:The weird thing is that in the browser everything works as expected! Only Netbeans shows the error!
Do i found a bug or i'am doing something wrong?
The text was updated successfully, but these errors were encountered: