Got it to work, thanks! ----- Original Message ---- From: Gunna Satria <[EMAIL PROTECTED]> To: Tapestry users <[email protected]> Sent: Wednesday, December 21, 2005 09:14:45 PM Subject: Re: disabling form elements using ognl
Hi Amir, how about doing it like this, <td nowrap><input type="checkbox" jwcid="@Checkbox" value="ognl:followup.status" disabled="ognl:!followup.status"/></td> regards, Gunna Vincent <[EMAIL PROTECTED]> wrote: Hi Amir, What about the html parsed result? Regards, Vincent On 12/22/05, [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: > > > > [input] > > > Thanks in advance, > Amir > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
