Re: validwhen problem in combination with RadioButton
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: test ((*this* != null) and (addressType=="CN"))
validwhen problem in combination with RadioButton
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: test ((*this* != null) and (addressType=="CN"))