Hi, All

 

I have a problem and want to know your advises about this.

I have a page with request managed bean and this bean have property which referenced to session scope bean. When I need to initialize my page with default values with session scope beans I always do this in default constructor of my managed bean, but with request scope bean this property to session bean will be null. I suppose that this property initialize by FacesContext after instance of request scope bean have been created.

 

So how I can implement initialization of my page with request scope bean?

 

Thanks for any of your help,

Yura.

Reply via email to