Hi,

Like many, I'm just beginning to explore Reactor. And unfortunately, one of the most basic functions is not returning what I expect. I'd appreciate it if someone could point out my error.

The Reactor.xml file contains these object definitions:

<objects>
        <object name="tblLPWebDocs_Documents" alias="Document" >
            <hasOne name="Category">
                <relate from="document_i_category_id" to="category_i_id" />
            </hasOne>
        </object>
        <object name="tblLPWebDocs_Categories" alias="Category" >
            <hasMany name="Document">
                <relate from="category_i_id" to="document_i_category_id" />
            </hasMany>       
        </object>
    </objects>

--
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
530 Means St NW, Suite 110
Atlanta, GA 30318
404.589.0560 -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

Reply via email to