Re: Hi all

2012-12-05 Thread Philip Luppens
Hello Vineet, The issue tracker is your friend. Just find an issue that seems interesting, add a comment where you propose your help (to see if anyone else has any patch laying around), and start working on it. When done, attach the patch to the issue, and poke a committer to verify the unit test(

Re: Hi all

2012-12-05 Thread umeshawasthi
You will find a link for Jira on left hand side of site Go there browse jira and see what are open bugs and you can try your hands with any one u like Sent from BlackBerry® on Airtel -Original Message- From: vineet sood Date: Wed, 5 Dec 2012 18:34:09 To: Struts Developers List Reply-

Re: Hi all

2012-12-05 Thread vineet sood
Thanks Martin, but are their any bugs/ feature currently under development that I can get my hands on with? On Tue, Dec 4, 2012 at 9:00 AM, Martin Cooper wrote: > On Mon, Dec 3, 2012 at 3:38 PM, vineet sood wrote: > > > Hi all, > > > > I just joined the party and new over here. Let me know how

Re: Preferred Way to Inject Dependency in plugin

2012-12-05 Thread umeshawasthi
Yes I am going with provider option to load validator --Original Message-- From: Lukasz Lenart To: Struts Developers List ReplyTo: Struts Developers List Subject: Re: Preferred Way to Inject Dependency in plugin Sent: Dec 5, 2012 1:59 PM 2012/12/5 Umesh Awasthi : > I believe with Struts 3

Re: Preferred Way to Inject Dependency in plugin

2012-12-05 Thread Lukasz Lenart
2012/12/5 Umesh Awasthi : > I believe with Struts 3.x we should have such mechanism where we can use > Internal DI to inject dependency in such way :) But you can achieve the same with Maven right now, just specify an optional dependency. Beside Validation class can load default provider http://do