CActiveForm, dynamically loaded form fields, register validation

Is it possible to add/register form-fields to the clientside/ajax validation of CActiveForm-widget, which are loaded dynamically via ajax and inserted into the DOM inside a active-form?

Thanks for any hints.