display group madness...
display group madness...
- Subject: display group madness...
- From: Theodore Petrosky <email@hidden>
- Date: Thu, 5 Mar 2009 07:29:23 -0800 (PST)
I have started using displayGroups for some of my table data... I have a weirdness that is just getting by me.
I have defined a group:
public ERXDisplayGroup<Contact> dg;
and I can access it in my WO. I made some change (i don't really remember what because I was finished with the section dealing with the displayGroup) and suddenly I am getting these errors in my WO.
<wo:WOString value = "$dg.selectedObject.companyName"/>
There is no key 'companyName' for the keypath 'dg.selectedObject' in UserMain..
It was fine a yesterday... and the displayGroup is defined and created with
dg = new ERXDisplayGroup<Contact>();
dg.setObjectArray(contactList);
does someone have a clue where I need to look? BTW, my app runs fine. I just have this error (red X) that I would like to get rid of.
Ted
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden