hey, i have my relationship set up like this:

<manytomany name="Bilder" table="ProjekteBilder">
  <link to="Projekte.Projekte" column="FK_ProjektID" />
  <link to="Bilder" column="FK_BildID" />
  <collection type="array"><order property="OrderNum" order="asc" /></
collection>
</manytomany>

the collection is not sorted by the specified property though, even if
i call a manual "sortBilder()" on the TO

i've tried reinitializing the application, discardAll() on the cache,
even restarted ColdFusion, no help.

any ideas? thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to