Re: Problem using TypeConverters with SelectTag

2016-03-08 Thread Lukasz Lenart
Chris Isn't it the same issue https://issues.apache.org/jira/browse/WW-3936 ? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-04-30 16:43 GMT+02:00 CRANFORD, CHRIS : > Honestly, if a converter is going to be used when an tag is > rendered, the

Re: how to use ejb 3.1/3.2 in struts2?

2016-03-08 Thread Mike Guo
after testing. that CDI plugin can work on Glassfish4.1.1 and wildly 10 so, I think it will be better to it thanks everyone Mike > 在 2016年3月9日,上午10:50,Mike Guo 写道: > > Hi, Martin. > > > thanks for your example. > > I guess it is not code in struts? is it spring

Re: how to use ejb 3.1/3.2 in struts2?

2016-03-08 Thread Mike Guo
Hi, Martin. thanks for your example. I guess it is not code in struts? is it spring code? anyway, I check the original code. but I feel I don’t have much knowledge for spring. so, I have to take much time learn the more code for this. but finally, I gave up that part, but I think it is a

RE: how to use ejb 3.1/3.2 in struts2?

2016-03-08 Thread Martin Gainty
> From: hongw...@163.com > Subject: Re: how to use ejb 3.1/3.2 in struts2? > Date: Wed, 9 Mar 2016 06:38:39 +0800 > To: user@struts.apache.org > > Hi, Paul > > Thanks your response, yes. I used ee 7, > would you share with me some examples? > > Thanks > > Mike MG>suggest downloading and

Re: how to use ejb 3.1/3.2 in struts2?

2016-03-08 Thread Mike Guo
Hi, Paul Thanks your response, yes. I used ee 7, would you share with me some examples? Thanks Mike Sent from my iPhone > 在 2016年3月8日,23:50,Paul Benedict 写道: > > Are you using an EE 7 server? I believe 7 integrates CDI and EJB so you can > @Inject your remote bean

Re: how to use ejb 3.1/3.2 in struts2?

2016-03-08 Thread Paul Benedict
Are you using an EE 7 server? I believe 7 integrates CDI and EJB so you can @Inject your remote bean interfaces. This may also be available in 6, but you'd have to research that. PS: @EJB is a specialized injection annotation that only deals with EJB. Obviously, but just wanted to point that out.

how to use ejb 3.1/3.2 in struts2?

2016-03-08 Thread Mike Guo
Hello, everyone. I suppose this is very old question to struts user list. how to use EJB 3.1/3.2 in struts2? I did some research on google. but I totally no idea what’s the exactly solution for this. some one said use cdi plugin. but if I use cdi plugin, I guess it can be @inject a ebb