Andreas
Andreas
The [WebHandler](https://docs.stormpath.com/java/apidocs/com/stormpath/sdk/servlet/mvc/WebHandler.html) JavaDoc currently only references https://github.com/stormpath/stormpath-framework-spec/blob/master/handlers.md
Found some more info about spring beans that can be overwritten to implement custom handler logic AbstractStormpathWebMvcConfiguration.java, StormpathWebSecurityConfigurer.java : ``` @Autowired(required = false) @Qualifier("loginPreHandler") protected WebHandler loginPreHandler = new DisabledWebHandler();...
@laszlocph what about this alternative solution https://gist.github.com/tullo/f4f9e59ca123d976cf9c5f4fdfed7328 ? No yaml wrestling needed in this case and keeps the order in place.
Hi You need to add form def for both creating and editing data list items - in your xxx-share.config.xml you have to define the following for each new data list...
For the export part have a look at the bean definition of the DataListDownloadWebScript
