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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to