如何从 JSF 转换器中获取 h:selectManyListbox 选定值?
我正在尝试使用转换器用对象列表填充h:selectManyListbox。我可以轻松地将每个对象转换为 getAsString(...) 方法中的字符串,但我似乎没有找到一个干净的解决方案来检索与 < 中所选项目相对应的相同对象em>getAsObject(...) 转换器内的方法。
我尝试使用 faces 上下文的 requestMap/sessionMap,它有效,但我不确定这是最好的方法。
我知道我可以使用映射或直接执行一些转换到托管 bean,但我的问题是仅使用转换器。
任何帮助将不胜感激。
I'm trying to populate a h:selectManyListbox with a list of objects, using a converter. I can easily convert each object to string in the getAsString(...) method, but I don't seem to find a clean solution to retrieve the same objects corresponding to the selected items from within the getAsObject(...) method inside the converter.
I tried using the faces context's requestMap/sessionMap, it works but I'm not sure that is the best approach for this.
I know I could use a map or perform some conversion straight into the managed bean, but my question is about using the converter only.
Any help would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论