无法从 flowScope 获取 bean
我的 bean 保存在 flowScope 中时遇到问题,它无法识别它 - 我在服务类函数中收到 null,可能是什么问题?
我问这个是因为它对其他豆子也有效。我复制了可以工作的 bean 的代码,我发现在我更改 bean 的名称(而不是 result="flowScope.a")的那一刻,它可以很好地工作到 result="flowScope.b",但事实并非如此不再工作(nullPointerException)。
请有人知道可能是什么问题?我必须在几天内完成这个项目。
I have a problem with my bean saved in flowScope, it doesn't recognize it-i receive null in my service class function, what could be the problem?
And I ask this because with other beans it works. I copy the code for the beans that would work and I saw that in the moment I change the name of the bean-instead of result="flowScope.a"-wich worked fine to result="flowScope.b" it doesn't work anymore(nullPointerException).
Please someone knows what could be the problem?I have to finish this project in a couple of days.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题已解决:
我忘记更改 formObjectName 的名称(我使用的是 formAction 模式)
Problem solved:
I forgot to change the name of the formObjectName(I was using formAction pattern)