Or ERXGenericRecord's init() method. init() is intended to be used in place of awakeFromInsertion() and fixes a problem where awakeFromInsertion() is called twice when cascade deletes fail to validate and roll backā¦
I read that somewhere. I don't know if it still applies in 5.4.3, but I use it
anyway.
Ramsey
On Nov 5, 2011, at 10:06 AM, David LeBer wrote:
>
> On 2011-11-05, at 12:23 PM, James Cicenia wrote:
>
>> The subject line is the question.
>>
>> I use the standard factory:
>>
>> public WOComponent newObjectForEntityName(String entityName) {
>> WOComponent nextPage = null;
>> try {
>> EditPageInterface epi =
>> D2W.factory().editPageForNewObjectWithEntityNamed(entityName, session());
>> epi.setNextPage(session().context().page());
>> nextPage = (WOComponent) epi;
>> } catch (IllegalArgumentException e) {
>> ErrorPageInterface epf = D2W.factory().errorPage(session());
>> epf.setMessage(e.toString());
>> epf.setNextPage(session().context().page());
>> nextPage = (WOComponent) epf;
>>
>> }
>> return nextPage;
>> }
>
> Same way you should for non D2W, in the EO's awakeFromInsertion();
>
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile: http://www.linkedin.com/in/davidleber
> twitter: http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
>
>
>
>
>
>
> _______________________________________________
> 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/ramseygurley%40gmail.com
>
> This email sent to [email protected]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]
