Seam3 中的数据模型和数据模型选择
我似乎找不到Seam3 中@DataModel 和@DataModelSelection 的位置(而不是Seam2)。它们是在哪个 Seam 模块中定义的?如果他们的名字已更改,那么现在的名字是什么?
I cannot seem to find where is @DataModel and @DataModelSelection in Seam3 (as opposed to Seam2). In what Seam module are they defined? If their name has been changed, what is it currently?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
假设您使用的是 JSF2.0,您可以将选择“注入”到操作方法,如下所示:
以及相应的托管 bean:
Assuming you are using JSF2.0, you can 'inject' selection to action methods like this:
and corresponding managed bean:
@DataModel 和@DataModelSelection 功能在Seam3 中不可用。
@DataModel and @DataModelSelection feature is not available in Seam3.
如果您使用 richfaces,则可以使用以下构造:
I you use richfaces, you can use the following construct: