Re: [S2] Set textfield readonly property from action class

2008-11-30 Thread Milan Milanovic
n-class-tp20738164p20756552.html >> Sent from the Struts - User mailing list archive at Nabble.com. >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PR

Re: [S2] Set textfield readonly property from action class

2008-11-30 Thread stanlick
;true" or edittingMode = true (in case of > > boolean), textfield never become readonly! I'm using Struts 2.0.11.1. > What > > is the problem ? > > > > -- > > Thx, Milan > > > > -- > View this message in context: > http://www.na

Re: [S2] Set textfield readonly property from action class

2008-11-30 Thread stanlick
ue" or edittingMode = true (in case of > > boolean), textfield never become readonly! I'm using Struts 2.0.11.1. > What > > is the problem ? > > > > -- > > Thx, Milan > > > > -- > View this message in context: > http://www.nabbl

Re: [S2] Set textfield readonly property from action class

2008-11-30 Thread stanlick
gt; >> -- > >> Milan > >> > >> > >> Milan Milanovic wrote: > >> > > >> > Hi, > >> > > >> > I have defined edittingMode (String and boolean, I tried both) in my > >> > action class with get/set methods

Re: [S2] Set textfield readonly property from action class

2008-11-30 Thread Milan Milanovic
ring and boolean, I tried both) in my >> > action class with get/set methods and in resulting jsp I defined: >> > >> > >> > >> > But if I set edditingMode = "true" or edittingMode = true (in ca

[OT] Re: [S2] Set textfield readonly property from action class

2008-11-30 Thread Dave Newton
--- On Sun, 11/30/08, Milan Milanovic wrote: > No one knows how to do this simple thing ? Berating us may not help. The first thing I'd try is using the attribute properly: http://www.w3schools.com/TAGS/att_input_readonly.asp Then check to make sure it's rendered properly. If it's rendering pro

Re: [S2] Set textfield readonly property from action class

2008-11-30 Thread Khawaja-Shahzad Butt
= "true" or edittingMode = true (in case of > > boolean), textfield never become readonly! I'm using Struts 2.0.11.1. > What > > is the problem ? > > > > -- > > Thx, Milan > > > >

Re: [S2] Set textfield readonly property from action class

2008-11-30 Thread Milan Milanovic
uot;true" or edittingMode = true (in case of > boolean), textfield never become readonly! I'm using Struts 2.0.11.1. What > is the problem ? > > -- > Thx, Milan > -- View this message in context: http://www.nabble.com/-S2--Set-textfield-readonly-property-from-actio

[S2] Set textfield readonly property from action class

2008-11-28 Thread Milan Milanovic
.1. What is the problem ? -- Thx, Milan -- View this message in context: http://www.nabble.com/-S2--Set-textfield-readonly-property-from-action-class-tp20738164p20738164.html Sent from the Struts - User mailing list archive at Nabble.com. -