Re: strange behaviour with items in WORepition
Re: strange behaviour with items in WORepition
- Subject: Re: strange behaviour with items in WORepition
- From: Arturo PĂ©rez <email@hidden>
- Date: Tue, 9 Sep 2003 16:58:12 -0400
On Tuesday, September 9, 2003, at 10:08 AM, jacques couzteau wrote:
hello everyone,
i'm using a WORepition in 2 different components. In the first, called
Strories, i'm looping through an NSArray that contains all my stories
and displays its short version and a couple of other things.
With each story there are two associated links:
To accomplish that i wrote a checkUser method in session which comes
in two flavours:
1. One for comparing the user with the story author
2. One for comparing the user with the comment author
It is called from a method within each component with the story or
comment in question as argument.
Now the strange part:
when i loop through the NSArray of Stories the checkuser method works
fine. But when i loop through story.commentss in the comment-component
the item is null, even though i'm using it in many other places within
the component for displaying other things such as checkin-time and
change-time. which works fine, so i know that the item isn't really
null. it just seems as if the method doesn't have access to it.
That is very odd. Can you give me details as to exactly what you're
doing and how? That is, are you using an action on the Hyperlink etc?
Why did you put those methods in session?
-------
WebObjects in Philadelphia. You want a cheesesteak with that?
Visit http://webobjects.meetup.com
_______________________________________________
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.