Yea - It was a snap really. Just added a boolean attribute in my subclassed eo. Then when they clicked it just changed that object's boolean.
On Mar 15, 2012, at 3:00 PM, Jesse Tayler wrote: > hmm. > > list has a selected object which, during repetition, you can use to access > the properties of your current rows selected EO, yes? > > or your EO needs updating when the user clicks on it? you'd write a method > that alters the state of the selected object and saves, which this component > would call and that since method would save your changes to the sate of said > property and component then update, yes? > > or something else? not certain I'm following or not? > > > On Mar 15, 2012, at 2:44 PM, James Cicenia <[email protected]> wrote: > >> Hello - >> >> I have a column in a D2WList that I have put a clickable indicator on. >> If a project has child projects it shows up. That is all working great. >> >> Now the question I have is, how do I communicate its state to the row? >> I have a custom component for the project title that will reveal the other >> project titles, but I am a bit confused on how to pass it the state. >> >> I don't want to use a session for it. >> >> James >> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com >> >> This email sent to [email protected] >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
