I am having a problem using the epoz editor for more than one field on a page. For example i have two areas on my page to be edited description and title.
 
the code in my page template is as follows:
 
         <tr>
           <th>Description</th>
           <td tal:content="structure python: here.Epoz(name='description',data=varDict['description'],toolbox='/toolbox',lang='en',style='width: 620px; height: 250px; border-stlye: solid; border: 1px solid #000000;')"></td>
         </tr>
 
         <tr>
           <th>Title</th>
           <td tal:content="structure python: here.Epoz(name='title',data=varDict['title'],toolbox='/toolbox',lang='en',style='width: 620px; height: 250px; border-stlye: solid; border: 1px solid #000000;')"></td>
         </tr>
 
What happens, is the editor decides to not allow editing of title and moves the title content to description box and it just seems i cant have epoz used more than once on a page to be edited. Any help would be appreciated
 
Thanks
Shaun Einolf