I have tried every combination and to no avail.
It just won't trigger the set method.
I am opening up a AjaxModalDialog, etc., and then trying
every combination and setting to read and set a variable
array, but it just won't set....
It will call the get methods.
Latest version:
RiskProductsPopUp : WOBrowser{
name = "RiskProductSelector";
id = "RiskProductEditBrowser";
multiple = true;
size = 3;
list = riskProductsList;
class="MB_focusable MB_field width100";
selection = selectedRiskProducts;
}
public void setSelectedRiskProducts(NSArray riskProductNames){
System.out.println("Array: "+ riskProductNames);
}
Thanks
James _______________________________________________
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]