|
|
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
#############################################################
This message is sent to you because you are subscribed to
the mailing list <webobjects-dev@wocommunity.org>.
To unsubscribe, E-mail to: <webobjects-dev-off@wocommunity.org>
To switch to the DIGEST mode, E-mail to <webobjects-dev-digest@wocommunity.org>
To switch to the INDEX mode, E-mail to <webobjects-dev-index@wocommunity.org>
Send administrative queries to <webobjects-dev-request@wocommunity.org>
|
|