| Hi Ken, Thanks for the tip. You were correct, I was doing some iterative development and was cheating by changing the code itself while I figured out how to create and properly bind a WOPopupButton. While waiting for a reply, I figured out how to add the WOPopup Button (drop down list) and low and behold, it works. Now when I change the selection of the dateFormatList WOPopup button and hit my submit button, it saves both in the database and refreshed my WODisplayGroup properly. (I even removed the invalidateAllObjects()). Less code and makes sense. After reading you response, I continued to examine my EOModel and found that dateOfBirthCode was a class property. I removed it and all still works. It makes sense that I confused EOF with multiple editing points. I will learn to let EOF do the heavy lifting :-) Thanks again, Kev On 13 Dec, 2005, at 04:19 PM, Ken Anderson wrote: Is the dateOfBirthFormatCode a class property? If it is the basis for a relationship, it shouldn't be. You should let EOF take care of the keys, and change the relationship to the new format, rather than changing the code itself. |
_______________________________________________ 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]
