I told him it was "smarter", but he needed to show a little understanding. His problem was that he was using the
<ui:fragment/>
without namespaces defined.So here is how you do it to avoid a sea of red.
1 2 3 4 5 6 7 8 | < h:outputText value = "QRS" /> < h:form id = "form2" > < h:inputText id = "x" /> < h:commandButton value = "Submit" /> </ h:form > </ ui:fragment > |
<ui:fragment/>
. No more red, and NetBeans is happy.
0 comments :
Post a Comment