Overwrite controller "CRUD" to realize SaveAndShowListAction.
This commit is contained in:
@@ -1 +1 @@
|
||||
<?xml version = "1.0" encoding = "ISO-8859-1"?>
|
||||
<?xml version = "1.0" encoding = "ISO-8859-1"?>
|
||||
@@ -21,9 +21,8 @@
|
||||
</action>
|
||||
</controller>
|
||||
-->
|
||||
<controller name="BabydatenbankDefaultController">
|
||||
<extends controller="Typical" excluded-actions="new, save, refresh, delete" />
|
||||
|
||||
|
||||
<controller name="CRUD">
|
||||
<action name="new"
|
||||
class="org.openxava.actions.NewAction"
|
||||
image="new.gif"
|
||||
@@ -53,6 +52,26 @@
|
||||
icon="delete"
|
||||
available-on-new="false"
|
||||
keystroke="Control D"/>
|
||||
<action name="searchByViewKey" hidden="true"
|
||||
class="org.openxava.actions.SearchByViewKeyAction"/>
|
||||
|
||||
<action name="searchExecutingOnChange" hidden="true"
|
||||
class="org.openxava.actions.SearchExecutingOnChangeAction"/>
|
||||
|
||||
<action name="searchReadOnly" hidden="true"
|
||||
class="org.openxava.actions.SearchReadOnlyAction"/>
|
||||
|
||||
<action name="deleteSelected" mode="list" confirm="true"
|
||||
process-selected-items="true"
|
||||
image="delete.gif"
|
||||
icon="delete"
|
||||
class="org.openxava.actions.DeleteSelectedAction"
|
||||
keystroke="Control D"/>
|
||||
|
||||
<action name="deleteRow" mode="NONE" confirm="true"
|
||||
class="org.openxava.actions.DeleteSelectedAction"
|
||||
image="delete.gif"
|
||||
icon="delete"
|
||||
in-each-row="true"/>
|
||||
</controller>
|
||||
|
||||
</controllers>
|
||||
Reference in New Issue
Block a user