pedrobl
unread,Oct 28, 2009, 6:28:05 PM10/28/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ColdBox Platform
I'm developing an application, with transfer v1.1, coldbox 2.6.4 and
coldspring.
My data model is based on 2 main objects Persons and Networks, that
have a many to many relation through a linking table PersonNet, that
stores the state of the relation (StartDate, EndDate). As I needed to
see all the nets related to a person, and viceversa, I created two
one2many relations: one between person and PersonNet, and the other
between Network and PersonNet.
My problem is, when I'm in the Person's page I can see all Nets
related, but when I'm in the Net's page, the persons related are not
shown... and this only happens in the PRODUCTION site!!
The only thing I can think of trying is removing the .transfer files
from the definitions directory... I've reset the framework a few times
without success :(
Any other ideas?
Pedro.