Applicaion Manger and FacesContext

2007-01-29 Thread Danny . Worm
Hi, I've added the application manager to my application. This feature is very nice to me. But there is an question about a command-class in the preprocess-chain. Is it possible to get the FacesContext from the web-application or an similar way to get the managed-beans from the factory? I

Re: Applicaion Manger and FacesContext

2007-01-28 Thread Danny Worm
Hi again, I've register only one preprocess-class to execute the code once per request. So the execute method in the preprocess chain do something and return the logic right value PROCESSING_COMPLETE(true). The code were execute correctly but the return value (true) avoid the execution of the

Re: Applicaion Manger and FacesContext

2007-01-28 Thread Craig McClanahan
On 1/28/07, Danny Worm [EMAIL PROTECTED] wrote: Hi again, I've register only one preprocess-class to execute the code once per request. So the execute method in the preprocess chain do something and return the logic right value PROCESSING_COMPLETE(true). The code were execute correctly but the

Applicaion Manger and FacesContext

2007-01-27 Thread Danny Worm
Hi, I've added the application manager to my application. This feature is very nice to me. But there is an question about a command-class in the preprocess-chain. Is it possible to get the FacesContext from the web-application or an similar way to get the managed-beans from the factory? I