Re: TypeConverter needs Spring Bean

2009-10-07 Thread Musachy Barroso
e >> feature enhancement. >> >> MG >> >> -Original Message- >> From: Musachy Barroso [mailto:musa...@gmail.com] >> Sent: Friday, February 06, 2009 9:12 AM >> To: Struts Users Mailing List >> Subject: Re: TypeConverter needs Spring Bean

RE: TypeConverter needs Spring Bean

2009-10-07 Thread psavage
; struts.objectFactory.spring.useClassCache = true >> >> -Original Message- >> From: Musachy Barroso [mailto:musa...@gmail.com] >> Sent: Friday, February 06, 2009 8:54 AM >> To: Struts Users Mailing List >> Subject: Re: TypeConverter needs Spring Bean >>

RE: TypeConverter needs Spring Bean

2009-02-06 Thread Griffith, Michael *
Thanks for the suggestion. Maybe this should be considered as a future feature enhancement. MG -Original Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Friday, February 06, 2009 9:12 AM To: Struts Users Mailing List Subject: Re: TypeConverter needs Spring Bean The

Re: TypeConverter needs Spring Bean

2009-02-06 Thread Musachy Barroso
iday, February 06, 2009 8:54 AM > To: Struts Users Mailing List > Subject: Re: TypeConverter needs Spring Bean > > Are the converters created by the object factory? if not, then it will > not work. > > musachy > > On Fri, Feb 6, 2009 at 9:46 AM, Griffith, Michael * > wrot

RE: TypeConverter needs Spring Bean

2009-02-06 Thread Griffith, Michael *
: Friday, February 06, 2009 8:54 AM To: Struts Users Mailing List Subject: Re: TypeConverter needs Spring Bean Are the converters created by the object factory? if not, then it will not work. musachy On Fri, Feb 6, 2009 at 9:46 AM, Griffith, Michael * wrote: > I also tried adding the @Autowi

Re: TypeConverter needs Spring Bean

2009-02-06 Thread Musachy Barroso
? > MG > > -Original Message- > From: Steven Yang [mailto:kenshin...@gmail.com] > Sent: Thursday, February 05, 2009 8:15 PM > To: Struts Users Mailing List > Subject: Re: TypeConverter needs Spring Bean > > Hi > I also need my Converter to be handled by Spring how

RE: TypeConverter needs Spring Bean

2009-02-06 Thread Griffith, Michael *
: Re: TypeConverter needs Spring Bean Hi I also need my Converter to be handled by Spring however I could not get it to work as well. >From my observation is that the Converter is set to X-Work but not to Struts, there for the Spring plugin may not work there. Please correct me if I am wrong. Or

Re: TypeConverter needs Spring Bean

2009-02-05 Thread Steven Yang
Hi I also need my Converter to be handled by Spring however I could not get it to work as well. >From my observation is that the Converter is set to X-Work but not to Struts, there for the Spring plugin may not work there. Please correct me if I am wrong. Or is there a correct way to set it up? Th

TypeConverter needs Spring Bean

2009-02-05 Thread Griffith, Michael *
Hello everyone, I have a type converter that needs to get access to my Spring managed service so it can do a DB lookup. I was under the impression that the struts-spring plug-in handled DI for the converter. However, when the convertFromString method tries to access the service called statusServi