when i use the following code "private function insertHandler( ):void{
   if (cat.selected == true) {
      catManager.cats( "cats");
   }
}
" i get the following error "Unable to invoke CFC - The CAT argument passed to 
the cats function is not of type boolean."

Reply via email to