validwhen problem in combination with RadioButton

2005-12-27 Thread niels
Hi, I want to validate a form: company field may only be filled if the selected (by radiobutton) addresstype is equal to CN I try to do this via: form-validation formset form name=addressForm field property=company depends=validwhen arg0 key=error.company/

Re: validwhen problem in combination with RadioButton

2005-12-27 Thread Laurie Harper
niels wrote: Hi, I want to validate a form: company field may only be filled if the selected (by radiobutton) addresstype is equal to CN I try to do this via: form-validation formset form name=addressForm field property=company depends=validwhen arg0 key=error.company/