Re: Bean definition question faces-config.xml

2005-12-07 Thread Martin Marinschek
If you use the jsf-spring integration library, you can use spring beans from JSF. Maybe this solves your problems? regards, Martin On 12/7/05, Kurt Edegger [EMAIL PROTECTED] wrote: Thank you for your fast response! on 12/6/2005 7:39 PM Simon Kitching stated: [...snip...] This is

Re: Bean definition question faces-config.xml

2005-12-07 Thread Aleksei Valikov
Hi. I wonder if it is possible to declare the constructor of a bean in faces-config.xml similar to using constructor-arg in spring's configuration files. The idea behind this is, that I'd like to inject a bean into my application and use a referenced bean already in the constructor. As far as

Bean definition question faces-config.xml

2005-12-06 Thread Kurt Edegger
Hi, I wonder if it is possible to declare the constructor of a bean in faces-config.xml similar to using constructor-arg in spring's configuration files. The idea behind this is, that I'd like to inject a bean into my application and use a referenced bean already in the constructor. As far as

Re: Bean definition question faces-config.xml

2005-12-06 Thread Simon Kitching
Kurt Edegger wrote: Hi, I wonder if it is possible to declare the constructor of a bean in faces-config.xml similar to using constructor-arg in spring's configuration files. This is definitely not a feature of the JSF specification, and MyFaces can't add any new tags to the

Re: Bean definition question faces-config.xml

2005-12-06 Thread Dennis Byrne
Faces doesn't do constructor injection :( Original message Date: Tue, 06 Dec 2005 18:55:01 -0800 From: Kurt Edegger [EMAIL PROTECTED] Subject: Bean definition question faces-config.xml To: MyFaces Discussion users@myfaces.apache.org Hi, I wonder if it is possible to declare

Re: Bean definition question faces-config.xml

2005-12-06 Thread Kurt Edegger
Thank you for your fast response! on 12/6/2005 7:39 PM Simon Kitching stated: [...snip...] This is definitely not a feature of the JSF specification, and MyFaces can't add any new tags to the faces-config.xml file without violating the spec. Ok, short and precise answer ;) [...snip...] You