I just tried it and no joy. I don't understand why it works with the editable key.
Ted --- On Thu, 1/24/13, Bastian Triller <[email protected]> wrote: From: Bastian Triller <[email protected]> Subject: Re: isEntityInspectable ??? To: "Theodore Petrosky" <[email protected]> Cc: "WebObjects Development" <[email protected]> Date: Thursday, January 24, 2013, 3:43 PM Does is work if you use a BooleanAssignment? Am 24.01.2013 21:38 schrieb "Theodore Petrosky" <[email protected]>: I have an entity with a to-many relation. on my edit page of the entity, I see the wonderful list page of the relation. so I add a rule: 100 : pageConfiguration = 'EditRelationshipEmbeddedPWOMileStone' => isEntityEditable = "false" [com.webobjects.directtoweb.Assignment] the edit button on each row of the relation goes away quite nicely. However, if I add: 100 : pageConfiguration = 'EditRelationshipEmbeddedPWOMileStone' => isEntityInspectable = "false" [com.webobjects.directtoweb.Assignment] the Inspect button does not go away. I want to remove the Inspect and Search buttons but I have problems with the rules. Am I doing it wrong? Ted _______________________________________________ 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/bastian.triller%40gmail.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]
