List and buttons
Version 15.1 by Antoine Berry on 2012/09/20 12:49
When there's a list, you can choose which actions you're gonna perform on the selected entity by clicking on the related button. Usually you have 3 choices : inspect and edit on the left, and deleteon the right. But if you're in an embedded list, you don't have any actions, however you might want to add an inspect button for instance. To do that you have the actions rule :
100 : pageConfiguration like 'ListEmbedded' => actions = "left" = ("inspectAction"); com.webobjects.directtoweb.Assignment
Same problem, you don't want to show the edit button on a list :
100 : pageConfiguration like 'List' => actions = "left" = ("inspectAction"); "right" = ("deleteAction"); com.webobjects.directtoweb.Assignment