views:

51

answers:

1

Hello;

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.

+2  A: 

I have just solved it. It is a bug of MyFaces 1.2.6.

It is resolved when upgraded to 1.2.7

javanes
Bug link: https://issues.apache.org/jira/browse/MYFACES-1761
BalusC