On Apr 29, 2007, at 5:27 PM, Anthony Arthur wrote:
Does this make sense to anyone
As I continuously change and test this problem I became suspicious
that what was happening was that the repetition was determining
which item in the array I was selecting based on the dayName
attribute
To clarify my last message, when I said -- So to test this theory, I
appended the week value to the dayName value while creating each day
eo..., -- I forgot to specify that I was doing this to make certain
each dayName was different. Even though my results would seem to
support my dubious
Does this make sense to anyone
As I continuously change and test this problem I became suspicious
that what was happening was that the repetition was determining which
item in the array I was selecting based on the dayName attribute
instead of the eo address, which I know sounds absurd
The classes extend my own component that extends EOGenericRecord.
However I have now removed those flattened classes from the project
as they are never instantiated directly so they do not need to set
anything in awakeFromInsertion as their related entities do that.
Dave
On 28/04/2007, a
2007/4/29, Anthony Arthur <[EMAIL PROTECTED]>:
Thanks for your reply. Your second example best matches my object graph.
Here's more details using your illustration:
/
//
In my java class:
public ParentEOClass parentOfDay;
public Day dayItem;
publ
Thanks for your reply. Your second example best matches my object
graph. Here's more details using your illustration:
/
//
In my java class:
public ParentEOClass parentOfDay;
public Day dayItem;
public int weekDayIndex;
public WOComponen
2007/4/29, Anthony Arthur <[EMAIL PROTECTED]>:
Apologies if this has already been covered, but I can't find it. I
am trying to get other's insight on a problem I've never seen before,
and I've seen a lot.
I have an array of eos that represent days of the week. These days
are displayed vertica
Apologies if this has already been covered, but I can't find it. I
am trying to get other's insight on a problem I've never seen before,
and I've seen a lot.
I have an array of eos that represent days of the week. These days
are displayed vertically, with days bound to the repetition's li