Thank you!
It works perfectly!:jumping:

Now I'm in final stage and can't figure out how to dynamically output
checkboxes with custom name and Id.
I'm doing in that way:
        $id=$users->getUsersId();
        foreach($id as $key)
        {
$radioForm->populate(array('enabled' =>
$users->getUserData($key->id)->active, setName=>$key->id,
                setId=>$key->id)
                );
        }
       $this->view->radioForm = $radioForm;

But it's not giving any result nor custom name and id's. I think it doesn't
work of array...
Thank you!
-- 
View this message in context: 
http://old.nabble.com/Can%27t-prepopulate-state-of-check-boxes-tp26369870p26376534.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to