且构网

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

在jsf中嵌套el

更新时间:2023-12-04 17:35:52

这应该有效:

required="#{!empty paramValues.postalCode[rowIndex]}"

#{paramValues.name}返回具有按索引顺序排列的值的String[].

The #{paramValues.name} returns a String[] with values in the indexed order.