Re: use servletcontext in typeconvert

2010-04-28 Thread yunaki
Thanks all you answer. I am new in spring and I found the class that implements ApplicationContextAware,But I want to get attributes from Object Stack or the Context Map(session or applcation). Sorry question did not make sense. yunaki wrote: > > in the convertFromString method, I hope to use se

Re: use servletcontext in typeconvert

2010-04-27 Thread Juan Chung
just try it, then you know the answer. I think it will works. good Luck. in the convertFromString method, I hope to use servletcontext to get a applcation context property. Is it possible?thx - To unsubscribe, e-mail: use

Re: use servletcontext in typeconvert

2010-04-27 Thread Wes Wannemacher
Try to make your type converter implement the ApplicationContextAware interface. -Wes On Tue, Apr 27, 2010 at 5:33 PM, yunaki wrote: > > in the convertFromString method, I hope to use servletcontext to get a > applcation context property. Is it possible?thx > -- > View this message in context: