With mode-controlle ListOnly actions of regular controllers are not shown
Automatic frontend engine for Java
Brought to you by:
javierpaniza
That is with this in application.xml
<module name="MyApplications"> <env-var name="XAVA_LIST_ACTION" value="Index.goOrganization"/> <model name="Organization"/> <controller name="MyApplications"/> <mode-controller name="ListOnly"/> </module>
And this in controllers.xml:
<controller name="MyApplications"> <action name="createNewApplication" takes-long="true" icon="window-maximize" class="com.noobeek.actions.CreateNewApplicationAction"/> </controller>
The createNewApplication action is not available for the user