Hi,
I have two entities Town and Zone, and a toOneRelationship from Town to
Zone 'toZones'.
I'd like to use a simple WOToOneRelationship to modify the relations in
a TownPage Component.
The towns are selected from another Component where they are listed.
The first time I choose a town, the WOToOneRelationship displays the
correct relation.
But the second time (and so on), it never update to match the current
town.
How can I force it to update itself ? I tried to define a dataSource
with no change.
EditToZone: WOToOneRelationship {
destinationDisplayKey = "userPresentableDescription";
isMandatory = NO;
relationshipKey = "toZones";
sourceEntityName = "Town";
sourceObject = currentTown;
}
Thanks in advance (WO3.51)
Christian Trotobas
ATR