NSMutableArray<?> args = new NSMutableArray();
args.addObject(theSelectedManufacturer.id());
If, for example, manufacturer.id() returns String, you want
NSMutableArray<String> args = new NSMutableArray<String>();
ms
_______________________________________________
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]