The construct for my backing bean it is called twice, so i need a method what will be call only once for init the bean parameters (database, webservices...), do this twice is very slow.
On internet i have said the annotation @postconstruct, but it is not working for me.
In my bean i have the constructor and the init method
I am using
jsf 1.2, this is my header faces-config
and in the web.xml
I dont know why in the init method annotated with @postConstruct it is not ever call.