Re: JSF Initialization

2005-01-13 Thread Craig McClanahan
On Thu, 13 Jan 2005 19:11:41 -0600, Eddie Bush <[EMAIL PROTECTED]> wrote: > How does one create managed beans with dynamic values? Would you do > this by listing the managed bean in your faces-config and then having > a Context life cycle listener actually create the beans and put them > in applic

JSF Initialization

2005-01-13 Thread Eddie Bush
How does one create managed beans with dynamic values? Would you do this by listing the managed bean in your faces-config and then having a Context life cycle listener actually create the beans and put them in application scope? Is there a better practice to follow in doing this? Thanks! -- Ed