Re: WOForm Question
Re: WOForm Question
- Subject: Re: WOForm Question
- From: Chuck Hill <email@hidden>
- Date: Wed, 4 Apr 2007 13:58:49 -0700
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden