RE: JSF/Spring integration - managed-property problem

2006-07-24 Thread Dhananjay Prasanna
] Sent: Friday, 21 July 2006 6:35 PM To: MyFaces Discussion Subject: Re: JSF/Spring integration - managed-property problem   Lol.. i know the code looks like crap - it's just for a quick proof of concept, no worries. Since time is an issue for me, I gave up this problem a few days ago and

Re: JSF/Spring integration - managed-property problem

2006-07-21 Thread Robert Campbell
Lol.. i know the code looks like crap - it's just for a quick proof of concept, no worries.Since time is an issue for me, I gave up this problem a few days ago and just used a crappy work-around:In the constructor of SearchForm (the JSF Managed Bean that I tried injecting the Spring bean into) I ju

Re: JSF/Spring integration - managed-property problem

2006-07-19 Thread Wolf Benz
Wow that sounds like a mess! -- Now that's a nice thing to say about someone else's code ;-) Re: the # at the end that just means your extensions filter is probably not binding the javascript properly. All links (generally) in JSF are just to # on the current page, then javascript traps the

RE: JSF/Spring integration - managed-property problem

2006-07-18 Thread Dhananjay Prasanna
[mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 July 2006 10:59 PM To: MyFaces Discussion Subject: Re: JSF/Spring integration - managed-property problem   I have this feeling that under the covers, some things really changed over the last few versions.  (& I also wonder wheter regression test

Re: JSF/Spring integration - managed-property problem

2006-07-18 Thread Wolf Benz
I have this feeling that under the covers, some things really changed over the last few versions. (& I also wonder wheter regression test are done. :-)Before, my JSF beans got properly ijected with Sping beans. --> has anything changed at JSF variable resolver level?Also before, t:inputHTML worked

Re: JSF/Spring integration - managed-property problem

2006-07-18 Thread Wolf Benz
You said that it never used to happen? Do you think it could be related to an upgrade in JSF, Spring, or something else?-- Hi Robert,  I upgraded to Tomcat v.5.5.17 from v.5.5.12I also upgraded from MyFaces 1.1.1 to 1.1.3.So, at first sight, I'd say it's that. Apart from that, the only thing I adde

Re: JSF/Spring integration - managed-property problem

2006-07-17 Thread Robert Campbell
You said that it never used to happen? Do you think it could be related to an upgrade in JSF, Spring, or something else?On 7/17/06, Wolf Benz < [EMAIL PROTECTED]> wrote:   The variable resolver needs to go in faces-config.xml not web.xml… -- That's the case. (indeed not in web.xml) This correspo

Re: JSF/Spring integration - managed-property problem

2006-07-16 Thread Wolf Benz
 The variable resolver needs to go in faces-config.xml not web.xml…-- That's the case. (indeed not in web.xml)This correspondence is for the named persons only. It may contain confidential or privileged information or both. No confidentiality or privilege is waived or lost by any mis transmission.

RE: JSF/Spring integration - managed-property problem

2006-07-16 Thread Dhananjay Prasanna
From: Wolf Benz [mailto:[EMAIL PROTECTED] Sent: Monday, 17 July 2006 2:22 PM To: MyFaces Discussion Subject: Re: JSF/Spring integration - managed-property problem   I have this prob too, and I don't use AppFuse.  I also use Tomcat 5.5.17 I also get NPEs. (@ S

Re: JSF/Spring integration - managed-property problem

2006-07-16 Thread Wolf Benz
is a with org.springframework.blah….ContextLoaderListener). From: Robert Campbell [mailto:[EMAIL PROTECTED]] Sent: Friday, 14 July 2006 6:10 PM To: MyFaces Discussion Subject: Re: JSF/Spring integration - managed-property problem   I'm using Spring 1.2.7 under AppFuse 1.9.1 I think I'm using a re

RE: JSF/Spring integration - managed-property problem

2006-07-16 Thread Dhananjay Prasanna
there is a with org.springframework.blah….ContextLoaderListener).   From: Robert Campbell [mailto:[EMAIL PROTECTED] Sent: Friday, 14 July 2006 6:10 PM To: MyFaces Discussion Subject: Re: JSF/Spring integration - managed-property problem   I'm using Spring 1.2.7 under AppFuse

Re: JSF/Spring integration - managed-property problem

2006-07-14 Thread Robert Campbell
ailto:[EMAIL PROTECTED]] Sent: Friday, 14 July 2006 12:52 AM To: users@myfaces.apache.org Subject: JSF/Spring integration - managed-property problem   I have what seems to be a simple problem. I have a JSF managed-bean:         searchForm     com.mycompany.SearchForm    

RE: JSF/Spring integration - managed-property problem

2006-07-13 Thread Dhananjay Prasanna
say the property is “NEVER set” can you elaborate? Is it a NPE you’re getting—can you maybe post the backing bean (relevant portions thereof)? From: Robert Campbell [mailto:[EMAIL PROTECTED] Sent: Friday, 14 July 2006 12:52 AM To: users@myfaces.apache.org Subject: JSF/Spring integration

JSF/Spring integration - managed-property problem

2006-07-13 Thread Robert Campbell
I have what seems to be a simple problem. I have a JSF managed-bean:        searchForm    com.mycompany.SearchForm     request        searchManager    #{searchManager}             And a Spring bean: