WODisplayGroup display list repetition
WODisplayGroup display list repetition
- Subject: WODisplayGroup display list repetition
- From: Michael Engelhart <email@hidden>
- Date: Fri, 23 Jul 2004 11:49:27 -0500
Is there a way to hook into the WODisplayGroup's WORepetition so that
it triggers a side effect while generating the page?
I have an EO that I want to add data to from a non-db system. I'm not
sure how to get this to work.
I have a variable
protected EOEnterpriseObject product;
so I tried doing:
public EOEnterpriseObject getProduct() {
// do my stuff
return product;
}
but when I put a log4j statement in the getProduct() page I noticed it
was getting called 3 times for each item.
Any thoughts?
Thanks
Mike
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.