Jsf custom managed bean instantination handler

Posted by michael lucas on Stack Overflow See other posts from Stack Overflow or by michael lucas
Published on 2009-12-20T11:08:48Z Indexed on 2010/03/22 5:51 UTC
Read the original article Hit count: 358

Filed under:
|
|

Which JSF 1.2 component is responsible for instantiating managed bean specified in faces-config.xml?

I'd like to replace this component with my custom-made version which will perform some additional tasks after bean instance is successfully created.

© Stack Overflow or respective owner

Related posts about jsf

Related posts about faces-context