|
Oh that's why you wrapped the call to 'new' with an eval. Since the recipient won't know how to instantiate the class, the call to new is unlikely to succeed but it will only fail after calling 'initialize', right?. Let me try that in the real app. Thanks again. |