Re: Using multiple @Inject in constructor giving run time error

2013-10-16 Thread Lukasz Lenart
> Thanks!! > I am wondering why it is working fine for other case? > I was expecting that Struts2 will convert it for me ;) Rather Guice ;-) But maybe with Guice3 there be no problem ;-) Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ --

Re: Using multiple @Inject in constructor giving run time error

2013-10-16 Thread Umesh Awasthi
Thanks!! I am wondering why it is working fine for other case? I was expecting that Struts2 will convert it for me ;) Thanks Umesh On Wed, Oct 16, 2013 at 12:54 PM, Lukasz Lenart wrote: > 2013/10/16 Umesh Awasthi : > > I am trying to inject few values to my bean like > > > > @Inject > > pub

Re: Using multiple @Inject in constructor giving run time error

2013-10-16 Thread Lukasz Lenart
2013/10/16 Umesh Awasthi : > I am trying to inject few values to my bean like > > @Inject > public > DefaultJSR303ValidationManager(@Inject(value=ValidatorConstants.PROVIDER_CLASS,required=false) > String providerClassName, > > @Inject(value=ValidatorConstants.IGNORE_XMLCONFIGURAITION,required=