且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

JSF ui:repeat 被 ui:include 包裹在 h:panelGroup 中,带有条件渲染...满嘴

更新时间:2023-08-19 08:41:40

<ui:repeat> 不检查自身的 rendered 属性(其实没有) 及其父视图何时被渲染.考虑使用 Tomahawk's <t:dataList> 代替.

<ui:repeat> does not check the rendered attribute of itself (it has actually none) and its parents when the view is to be rendered. Consider using Tomahawk's <t:dataList> instead.