Re: WebSocket Filter to open a Hibernate Session

2015-09-16 Thread Marco Springer
Hi Martin, That's something I figured out as well, the bypassing of the Filters by WebSocket requests. I did as you said and implemented a custom IRquestCycleListener to respond on the onBeginRequest & onEndRequest in case there is a WebSocketRequest. This is working correctly now! Thanks for

Re: BeanValidation --> wrong maxlength value in TextField

2015-09-16 Thread Francois Meillet
Hi Martin, Sorry for the . I miss it. Thanks for your insights. In the ConstraintIterator's constructor, the set returned by the Hibernate validation implementation (Set constraints) is unordered. Either by calling Set constraints =

JQuery onclick events broken on component reloading

2015-09-16 Thread Marco Di Sabatino Di Diodoro
Hi All, I've some trouble working to integrate AdminLTE template onto my wicket application (wicket-bootstrap based). An AdminLTE SimpleThemeProvider has been implemented and configured successfully. Currently, I'm working to create a sidebar panel based on AdminLTE components: this