Re: Struts2 multiple submit buttons in One action class

2014-03-25 Thread struts2problems
I tried with out static like > private PInfoDTO bean; That time also when I was running 2nd time pinfo.jsp I got null value and NullPointerException. Thats why I tried by private static PInfoDTO pdto; like that. Please help me Why I am getting like that NullPointerException. How to resolve it pl

Re: Struts2 multiple submit buttons in One action class

2014-03-24 Thread Dave Newton
On Sat, Mar 22, 2014 at 6:31 AM, struts2problems < charitha.nagell...@gmail.com> wrote: > private static PInfoDTO bean; > Whoa; that can't be a good idea, regardless of anything else. Dave -- e: davelnew...@gmail.com m: 908-380-8699 s: davelnewton_skype t: @dave_newton