|
|
I need help with a D2W rule. I see that ERModEditRelationshipPage has the EditListButtons wrapped in a WOConditional. The boolean value is shouldShowEditListButton
I created a rule:
100 : *true* => shouldShowEditListButton = "false" [com.webobjects.directtoweb.Assignment],
I also tried:
pageConfiguration = 'EditRelationshipEmbeddedPersonInstrument' => shouldShowEditListButton = "false" [com.webobjects.directtoweb.Assignment]
but no joy. Am I missing something?
It has been a while and I find that I am relearning a lot of WO and D2W.
Ted
|
|