如何从 JSF 转换器中获取 h:selectManyListbox 选定值?

发布于 2024-11-18 21:37:51 字数 349 浏览 5 评论 0原文

我正在尝试使用转换器对象列表填充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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文