Re: Struts, spring integration while using struts annotations

2012-03-04 Thread Łukasz Lenart
2012/3/5 Puneet Babbar 2 : > This may sound dumb, but I am new and don’t know about CLA. > What is CLA? https://cwiki.apache.org/WW/editing-the-documentation.html > And where can I file the issue? https://issues.apache.org/jira/browse/WW Regards -- Łukasz http://www.lenart.org.pl/ mobile +48

RE: Struts, spring integration while using struts annotations

2012-03-04 Thread Puneet Babbar 2
Subject: Re: Struts, spring integration while using struts annotations 2012/3/5 Puneet Babbar 2 : > How can we get this added? There are two ways, full CLA and send to ASF or fill an issue with description of the problem and someone will update the docs. Kind regards -- Łukasz h

Re: Struts, spring integration while using struts annotations

2012-03-04 Thread Łukasz Lenart
2012/3/5 Puneet Babbar 2 : > How can we get this added? There are two ways, full CLA and send to ASF or fill an issue with description of the problem and someone will update the docs. Kind regards -- Łukasz http://www.lenart.org.pl/ mobile +48 606 323 122, office +27 11 0838747 Warszawa JUG con

RE: Struts, spring integration while using struts annotations

2012-03-04 Thread Puneet Babbar 2
com] > Sent: Wednesday, February 29, 2012 4:24 PM > To: Puneet Babbar 2 > Cc: Struts Users Mailing List > Subject: Re: Struts, spring integration while using struts annotations > > 2012/2/29 Puneet Babbar 2 : >> Tried after you suggested it, but doesn’t work :( > >

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Łukasz Lenart
o: Puneet Babbar 2 > Cc: Struts Users Mailing List > Subject: Re: Struts, spring integration while using struts annotations > > 2012/2/29 Puneet Babbar 2 : >> Tried after you suggested it, but doesn’t work :( > > Did you try to debug SpringObjectFactory#buildBean methods ? >

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Łukasz Lenart
2012/2/29 Puneet Babbar 2 : > Tried after you suggested it, but doesn’t work :( Did you try to debug SpringObjectFactory#buildBean methods ? Regards -- Łukasz http://www.lenart.org.pl/ mobile +48 606 323 122, office +27 11 0838747 Warszawa JUG conference - Confitura http://confitura.pl/ --

RE: Struts, spring integration while using struts annotations

2012-02-29 Thread Puneet Babbar 2
Users Mailing List Subject: Re: Struts, spring integration while using struts annotations Hi, there is no need to define a spring bean for your struts actions. At least when you use a struts.xml. I have not tried what happens when you use annotations. As far as I now, all struts actions will be

RE: Struts, spring integration while using struts annotations

2012-02-29 Thread Puneet Babbar 2
Tried after you suggested it, but doesn’t work :( -Puneet -Original Message- From: Łukasz Lenart [mailto:lukasz.len...@googlemail.com] Sent: Wednesday, February 29, 2012 2:12 PM To: Struts Users Mailing List Subject: Re: Struts, spring integration while using struts annotations 2012/2

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Per Pascal Grube
t; Regards > > Puneet > -Original Message- > From: Steven Yang [mailto:kenshin...@gmail.com] > Sent: Wednesday, February 29, 2012 12:16 PM > To: Struts Users Mailing List > Subject: Re: Struts, spring integration while using struts annotations > > check this h

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Per Pascal Grube
t; Regards > > Puneet > -Original Message- > From: Steven Yang [mailto:kenshin...@gmail.com] > Sent: Wednesday, February 29, 2012 12:16 PM > To: Struts Users Mailing List > Subject: Re: Struts, spring integration while using struts annotations > > check this h

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Łukasz Lenart
2012/2/29 Puneet Babbar 2 : > Thanks for replying to my post, I have already checked that link but still no > clue as to how to make spring plugin work with the convention plugin. > > Suppose I have an Action  - > @Action("/login-page") Did you try to use "login-page" ? Namespace "/" should be de

RE: Struts, spring integration while using struts annotations

2012-02-28 Thread Puneet Babbar 2
- From: Steven Yang [mailto:kenshin...@gmail.com] Sent: Wednesday, February 29, 2012 12:16 PM To: Struts Users Mailing List Subject: Re: Struts, spring integration while using struts annotations check this http://struts.apache.org/2.0.8/docs/spring-plugin.html you can use spring along with the

Re: Struts, spring integration while using struts annotations

2012-02-28 Thread Steven Yang
check this http://struts.apache.org/2.0.8/docs/spring-plugin.html you can use spring along with the annotation in the convention-plugin such as @Action, etc On Tue, Feb 28, 2012 at 6:01 PM, Puneet Babbar 2 wrote: > Hi, > > I am using struts annotations with my applications, I need to add spring