Re: data freshness
"Cheong Hee (DCQSS)" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <006d01c62c7d$f5bd8410$1800a8c0@chngxp> |
This also happened to me when dealt with one-to-many relationships. The data is not refreshed until the next session. The way I solved them was set the appropriate addToBothSideRelationshipWithKey for those objects. Just a note if of help. Cheers Cheong Hee ----- Original Message ----- From: "Matt Kime" <[email protected]> To: <[email protected]> Sent: Tuesday, February 07, 2006 12:48 AM Subject: data freshness > My object model has a number of relationships. Within these > relationships, different individual objects have different relevance > based on particular attributes. I've worked with this by using EO's > relationship model and placed filters on the relationships. However, > data is not refreshed automagically as it is with the basic > relationships. How can i fix this? > > many thanks, > matt > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev >