a4j:commandLink 在列表内时不起作用
参考这个问题 h:commandLink 在列表内时不起作用
我有同样的问题在我的应用程序中。我想尝试 ViewScoped bean,但由于使用 Spring 2.0,我没有机会将我的 bean 放入 View Scope 中。任何其他解决方法,我可以尝试。
如果你能给我一个提示,那就太好了。
Reffering to this Question
h:commandLink not working when inside a list
I have the same Problem in my Application. I would like to try a ViewScoped bean, but cause using Spring 2.0 I dont have the chance to place my bean into View Scope. Any other workarounds, I could try.
Would be nice if u can give me a hint.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将视图范围移植到 spring:
在 spring 配置文件中注册新范围
,然后将其与您的 bean 一起使用
You can port the view scope to spring:
Register the new scope in spring configuration file
And than use it with your bean