我正在使用ui:像这样重复:
<ui:repeat value="#{myClass.attribute}" var="foo">
<h:outputText value="#{foo}"></h:outputText>
</ui:repeat>
我现在问自己为什么写ui:重复进入html网站的源代码。这是为了吗?
<ui:repeat>Foo</ui:repeat>
我使用代码进入W3 Validator并告诉我:
Element ui:repeat not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
Element name ui:repeat cannot be represented as XML 1.0.
一切都很好用,但我不认为这是对的。