Just a quick glance brought this to my attention in the code below you state that the event object has many roles.  In my db I would have a linking table to join those called something like eventRoleLink.  You need to create an object for the linking table and reference that in the link tag.

<object name="EVENTS">
               <hasmany name="EVENT_ROLE">
                       <link name="EVENT_ROLE" />
               </hasmany>
       </object>

Just my thoughts.  If you can use the same object as the hasmany and link it is not obvious to me :)

sim
-- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

Reply via email to