Re: Struts2 - Enable Insert Mode

2014-03-25 Thread Johnny
Probably this is the wrong forum; I apologize. I'm looking for a solution that's probably part of one of the struts 2 ui tag libraries but not sure which one. I'll do more research before posting again, thanks. On Mar 25, 2014, at 2:14 PM, Dave Newton wrote: > I'm confused; what does this have

Re: Struts2 - Enable Insert Mode

2014-03-25 Thread Dave Newton
I'm confused; what does this have to do with Struts? On Tue, Mar 25, 2014 at 1:54 PM, Johnny wrote: > > Similar to turning on type over mode by pressing the insert key in a > keyboard. I've also seen it described as overtype mode. > On Mar 25, 2014, at 1:50 PM, Dave Newton wrote: > > > What is

Re: Struts2 - Enable Insert Mode

2014-03-25 Thread Johnny
Similar to turning on type over mode by pressing the insert key in a keyboard. I've also seen it described as overtype mode. On Mar 25, 2014, at 1:50 PM, Dave Newton wrote: > What is "insert mode"? > > > On Tue, Mar 25, 2014 at 1:14 PM, Johnny wrote: > >> Hi All, >> >> I need to enable ins

Re: Struts2 - Enable Insert Mode

2014-03-25 Thread Dave Newton
What is "insert mode"? On Tue, Mar 25, 2014 at 1:14 PM, Johnny wrote: > Hi All, > > I need to enable insert mode in a struts 2 application. I've done some > research in the topic but did not find any information on it. Please reply > with any input such as a URL containing information on the to

Struts2 - Enable Insert Mode

2014-03-25 Thread Johnny
Hi All, I need to enable insert mode in a struts 2 application. I've done some research in the topic but did not find any information on it. Please reply with any input such as a URL containing information on the topic or suggestion how to proceed if you've already done something similar in the

Re: Struts 2 integration with classic struts 1

2014-03-25 Thread ankitkatiyar91
Thanks, It works.!! -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-2-integration-with-classic-struts-1-tp3488661p5715579.html Sent from the Struts - User mailing list archive at Nabble.com. - To u

Re: Antwort: RE: Running Struts 2 Project in WebSphere Application Serve 7.0.0.19

2014-03-25 Thread manohar
Hi Lukasz, Thanks for your response but I do not see your answer!! :) Class attribute for validator tag was already declared in default.xml. I was getting name attribute is required so had to add that attribute for validator tag. Here is the default.xml: http://struts.apache.org/dtds/xwork-val

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