On 21.08.08 10:29, "Ramsey Gurley" <[EMAIL PROTECTED]> wrote:
> Well, the manufacturer PropertyName displays in the wizard page, > there's just no control to edit the value. It's blank... Then you need to specify which what component it should be displayed: propertyName = 'manufacturer' => componentName = ' ERD2WEditToOneRelationship' [100] Or (task = 'edit' and not (smartRelationship.isToMany = 1)) => componentName = 'ERD2WEditToOneRelationship' [100] There should be already something that does that in ERDirectToWeb. But you can try with that. You know how to read / write these rules? > I entered a blanket *true* => isEntityEditable = true and one for > deletable as well. There's still no trash cans in the list view, no > way to delete or edit anything... just create and query. It's like > everything is read only except the wizard page and even relationships > are uneditable there. I am using erprototypes. Can you send me a screenshot so that I know where you are? cug _______________________________________________ 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]
