RE: Conditionally disable form input.

2004-11-20 Thread Daffin, Miles (Company IT)
he value of some form bean property to determine whether to > enable or disable the control. > > > -Original Message- > From: Paul McCulloch [mailto:[EMAIL PROTECTED] > Sent: 19 November 2004 16:34 > To: 'Struts Users Mailing List' > Subject: RE: Conditional

RE: Conditionally disable form input.

2004-11-19 Thread McDonnell, Colm (MLIM)
er to enable or disable the control. -Original Message- From: Paul McCulloch [mailto:[EMAIL PROTECTED] Sent: 19 November 2004 16:34 To: 'Struts Users Mailing List' Subject: RE: Conditionally disable form input. What you are suggesting will only work if the form is subm

RE: Conditionally disable form input.

2004-11-19 Thread Paul McCulloch
abled flag of the text input. Paul > -Original Message- > From: Daffin, Miles (Company IT) > [mailto:[EMAIL PROTECTED] > Sent: 19 November 2004 16:20 > To: [EMAIL PROTECTED] > Subject: Conditionally disable form input. > > > Hi All, > > I want to disa

Conditionally disable form input.

2004-11-19 Thread Daffin, Miles (Company IT)
Hi All, I want to disable a text input if a certain checkbox input has been checked (meaning, in the following example, that the name input need not be filled in). My jsp code looks like this: I an using a DynaActionForm as my form bean. Ideally I suppose I would use an expression like: for