Andreas

Results 8 comments of 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

![68747470733a2f2f7468726565646f74732e746563682f6d656469612f6576656e742d64726976656e2d6170706c69636174696f6e732f6469616772616d2e706e67](https://user-images.githubusercontent.com/704542/210170695-47627ba6-22a4-4a10-963f-c23cdaa92b5f.png)