Include CCRCustomActionHandler class in the generated SWF file

Add this code to the index.mxml that comes with the Create Correspondence solution template to ensure that the CCRCustomActionHandler class extends in the generated SWF file.
<?xml version="1.0" encoding="utf-8"?> 
<presentation:CCRApplication 
    pageTitle="Document Composer/ solution_templates" 
    xmlns:fx="http://ns.adobe.com/mxml/2009" 
    xmlns:s="library://ns.adobe.com/flex/spark" 
    xmlns:mx="library://ns.adobe.com/flex/mx" 
    xmlns:local="*" 
    xmlns:presentation="com.adobe.solutions.cmg.ccr.presentation.*" 
    preinitialize="appPreInitHandler(event)" initialize="init(event)"> 
    <fx:Script> 
        <![CDATA[ 
       ............................... 
 
            private var ccrCustomActionHandler:CCRCustomActionHandler; 
 
        ]]> 
       ....................... 
</presentation:CCRApplication>

// Ethnio survey code removed