ui:repeat and h:panelGrid

后端 未结 1 1501
臣服心动
臣服心动 2020-12-06 02:07

When using something like


    
        

        
1条回答
  •  一整个雨季
    2020-12-06 02:24

    The output is fully as expected and specified. The is a render time tag, not a view build time tag like . After building the view, ends up with 1 child component (the itself), not with n components like as with .

    You need a instead. It's designed for exactly this purpose.

    
        
            
        
    
    

    See also:

    • JSTL in JSF2 Facelets... makes sense?

    0 讨论(0)
提交回复
热议问题