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

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -