Usually, for me, that means I forgot to include it inside a Form
element.
On Jun 8, 2010, at 3:53 PM, James Cicenia wrote:
The getter works but this setter never gets called? I removed the
name tag too;
public void setSelectedRiskProducts(NSMutableArray products){
String ids = "";
for(int i = 0;i<products.count();i++){
......
}
riskProductsString = ids;
}
RiskProductsPopUp : WOBrowser {
multiple = true;
size = 3;
list = riskProductsList;
item = aRiskProduct;
class="MB_focusable MB_field width100";
selection = selectedRiskProducts;
displayString = aRiskProduct.displayName;
noSelectionString = "- risk product -";
}
thoughts?
_______________________________________________
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/ramsey%40xeotech.com
This email sent to [email protected]
_______________________________________________
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]