【发布时间】:2013-01-31 10:51:23
【问题描述】:
在表单中,我使用 PageableListView 来迭代 TextFields。但是当我提交表单时,它只验证 PageableListView 的当前页面。当我回到例如。第 1 页我填写的所有值都消失了。
当我将 PageableListView 更改为标准 ListView 时,一切正常 - 验证和提交。
我在 ListView 中设置:setReuseItems(true)。
如何验证 PageableListView 中的所有项目?
【问题讨论】:
标签: java listview pagination wicket