@PostConstruct 注解和 JSF
我在 JSF 1.2 (MyFaces 1.2.6) 和集成 Spring 上实现的项目遇到问题。
问题是关于 @PostConstruct 注释。 它已执行,但我看到它是在填充托管属性之前执行的。 首先,我怀疑从 Spring 上下文中获取托管属性,因此我尝试了一个简单的整数托管属性,我发现它也没有填充。
你有什么想法吗?
提前致谢。
I have a problem on my project implemented on JSF 1.2 (MyFaces 1.2.6) and integrated Spring.
The problem is about @PostConstruct annotation.
It is executed but I see that it is executed before managed properties are populated.
First I suspect about managed properties taken from Spring context so I tried a simple integer managed property, I see it is not populated too.
Do you have any idea?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚解决了。这是MyFaces 1.2.6 的一个错误。
升级到1.2.7后解决
I have just solved it. It is a bug of MyFaces 1.2.6.
It is resolved when upgraded to 1.2.7