I get this error:

The type NSArray is not generic; it cannot be parameterized with arguments <String>

on:

if ( toAddresses != null ) eMail.setToAddresses(toAddresses);
                        
but not on the next line?!
                        
if ( ccAddresses != null ) eMail.setCCAddresses(ccAddresses);

Their both just NSArrays

Did I mistakenly update something?

Thanks
James Cicenia
 _______________________________________________
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]

Reply via email to