On Apr 3, 2007, at 2:25 PM, David Avendasora wrote:
BOMCQuantity: WOTextField {
size = 8;
value = aRequestedBillOfMaterialBillOfMaterialComponent.partQuantity;
numberformat = "#,##0.000000";
class = "small";
}
PopUpButtonBOMCParts: WOPopUpButton {
class = "small";
displayString = aRequestedBOMComponentPart.partDescription;
item = aRequestedBOMComponentPart;
list = requestedBOMComponentParts;
selection = selectedRequestedBOMComponentPart;
}
Notice the difference between the value = binding in the first one
and the selection = in the second one. The second one should look
like the first:
selection = aRequestedBillOfMaterialBillOfMaterialComponent.part;
Lightbulb going on?
Chuck
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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]