spring - @PostConstruct Annotation and JSF -
i have problem on project implemented on jsf 1.2 (myfaces 1.2.6) , integrated spring.
the problem @postconstruct annotation. executed see executed before managed properties populated. first suspect managed properties taken spring context tried simple integer managed property, see not populated too.
do have idea?
thanks in advance.
i have solved it. bug of myfaces 1.2.6.
it resolved when upgraded 1.2.7
Comments
Post a Comment