Hi,I want to make a field required based on condition. ie) Based on a selection in radio button the fields(textbox) will be shown or hidden and when shown they have to be required fields. Can anyone give a hint abt this?
Hi,Thanks for the reply. setReadOnly and setVisible are fine..We have done that in many instances..but setting required conditionally is where I need some info..