set('values', $this->Stuff->find('all', array( 'conditions' => array( 'location_id LIKE' => $this->data['Stuff']['location_id'].'%' ), 'fields' => array('location_id'), 'order' => 'location_id' ))); $this->layout = 'ajax'; } } ?>