Re: Need Help For Struts2 Debugging

2010-06-03 Thread aum strut
Thanks Wes for the detailed explanation..it surely going to help me a lot On Fri, Jun 4, 2010 at 10:00 AM, Wes Wannemacher wrote: > Sorry to jump in so late, but depending on what I'm looking for, I > generally do one of two things. If I am looking at reproducing a bug > (which I haven't been do

Re: Need Help For Struts2 Debugging

2010-06-03 Thread Wes Wannemacher
Sorry to jump in so late, but depending on what I'm looking for, I generally do one of two things. If I am looking at reproducing a bug (which I haven't been doing much lately) and it would be easier to reproduce in a web-app, then I will try to update one of the reference apps (struts2-blank, stru

Re: Need Help For Struts2 Debugging

2010-05-26 Thread aum strut
DO any one have other way to do this job done??? Please share their ideas On Tue, May 25, 2010 at 5:46 PM, aum strut wrote: > Alex i am some what agree.. > but i am wondering how the Struts2 Development team is doing this..i am > sure they are not following the things as you have mentioned. > >

Re: Need Help For Struts2 Debugging

2010-05-25 Thread aum strut
Alex i am some what agree.. but i am wondering how the Struts2 Development team is doing this..i am sure they are not following the things as you have mentioned. I am sure that must be some easy way to some one who wants to get knowledge about that internal working structure of struts2 id any one

Re: Need Help For Struts2 Debugging

2010-05-25 Thread Alex Rodriguez Lopez
I use to find it impossible to do this... Then I started to use Maven, which can be used to download source code and attach it easily. If you use Eclipse I suggest using M2Eclipse plugin. After you get a Struts2 based project with Maven2 up and running it should be easy to do what you want, do

Need Help For Struts2 Debugging

2010-05-25 Thread aum strut
Hi All, I am in process to explore internals of Struts2.Can any one suggest me how can i move ahead. All i need to know how framework internally called its different component and for this i guess i need to download the source code but how and what to do next i am confused.. can any one point me t