ui:在ui中重复标记:重复...不工作

时间:2011-03-18 22:19:33

标签: icefaces

我正在使用冰:面对我的项目。 我有UI问题:重复。 它永远不会有效......

ui:在ui中重复标记:重复..

我需要做任何不同的事情......

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:ice="http://www.icesoft.com/icefaces/component">

<ui:repeat value="#{item.rowField3}" var="section">
<ice:panelGrid columns="#{section.columns}">
<ui:repeat items="#{section.fieldInfo}" var="fieldInfo">
<ui:include src="rowField.jspx" />
</ui:repeat>
</ice:panelGrid>
</ui:repeat>
</html>

1 个答案:

答案 0 :(得分:0)

嵌套ui:repeat中的属性“items”应为“value”。