jsf:如何根据数据表中每一行中的其他 selectOneMenu 唯一填充 selectOneMenu
我正在使用具有多列的数据表。第一列有类别的选择组合。选择类别时,项目列表应填充在下一列的下一个组合中。 这很好,但是更改一行中的类别也会更改所有行中的项目组合。 由于行是动态创建的,我如何为每一行唯一地执行此操作?
i am using datatable with multiple columns. first column has select combo for categories. on selection of category list of items should be populated in next combo in next column.
this is fine but changing category in one row also changes the items combo in all rows.
as rows are dynamically created how can i do this uniquely for each row??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将选择项列表绑定到行对象而不是支持 bean。
Bind the list of select items to the row object instead of the backing bean.