do not initialize seam beans in the constructor; you will run into all kinds of troubles
when you do this (I did :)
instead, use the annotation @PostConstruct for your fillExistingData() method
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125629#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...