2011-03-18 53 views
0

我在我的項目中使用ice:faces。 我有用戶界面的問題:重複。 它從未工程....ui:重複標籤裏面的用戶界面:重複..不工作

UI:UI內標籤repeatn:在你的嵌套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> 

回答

0

屬性 「項」 :重複應該是「價值」。