Hi Amir, What about the html parsed result?
Regards, Vincent On 12/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I thought that you can disable a form element using > 'disabled="ognl:followup.status == false"' (I thought I saw an example > somewhere). Event though the value is false it still disables the form > element. Any ideas? Here is a snipet: > > <tr jwcid="@For" keyExpression="id" source="ognl:followups" > value="ognl:followup" element="tr"> > <td nowrap><span jwcid="@Insert" value="ognl:followup.status" /></td> > <td nowrap><input type="checkbox" jwcid="@Checkbox" > value="ognl:followup.status" disabled="ognl:followup.status == false"/></td> > </tr> > > Thanks in advance, > Amir > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
