On 2012-01-22, at 12:20 AM, Theodore Petrosky wrote:

> I am creating a new AdRelease object and there is a popup with RowColor 
> choices. It is this popup that I am trying to order.

Well that would be your problem.

Try setting sortKey in your rules.

>From ERDEditToOneRelationship wod:

EditToOneRelationship: ERXToOneRelationship {
        destinationDisplayKey = keyWhenRelationship;
        possibleChoices = restrictedChoiceList;
        destinationSortKey = d2wContext.sortKey;
        isMandatory = d2wContext.isMandatory;
        maxColumns = d2wContext.numCols;
        relationshipKey = d2wContext.propertyKey;
        size = d2wContext.size;
        sourceEntityName = object.entityName;
        sourceObject = object;
        uiStyle = d2wContext.toOneUIStyle;
        noSelectionString = d2wContext.noSelectionString;
        popupName = d2wContext.popupName;
        localizeDisplayKeys = d2wContext.localizeDisplayKeys;
        uniqueID = d2wContext.propertyKey;
        destinationEntityName = d2wContext.destinationEntityName;
}

--
David LeBer
Codeferous Software





 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to