Okay, I'm in the process of converting an old EOGenerator template to Velocity. One of the things it was checking is to see if the objects that a FetchSpec returns are "shared"
According to the Velocity Generator Reference on the Wiki (http://wiki.objectstyle.org/confluence/display/WOL/Velocity+Generator+Reference) there is a $fetchSpec.sharesObjects, but when I EOGenerate, $fetchSpec.sharesObjects doesn't get turned into anything (true or false). It's just passed directly through into the class as "$fetchSpec.sharesObjects" Is this an obsolete call? I see in the org.objectstyle.wolips.eomodeler.core.model.EOFetchSpecification.java class that getSharesObjects() is a method. How do you tell which methods on the model classes are exposed to Velocity? Dave _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
