Array In Yii

hello,

i m creating an array of text boxes using JavaScript. when i post it out its getting posted and saved also. but when i go to validate its not working. this array of textbox field is not part of current model. so i made this field as unsafe. i wrote circumcised validation function but still its not working.

Could you show us code pieces - validation in your model, view that involve creating of text boxes via JavaScript and other related things?