Problem with

2015-12-22 Thread Malte Neumann
; } Item 1 Item 2 Item 3 Item 4 Item 1 Item 2 Item 3 Item 4 Does anyone have an idea on how to fix that? Otherwise I always get problems with my markup designer. Regards Malte

Re: Custom Component Converter not called

2013-09-08 Thread Malte Neumann
occurs in AbstractTextComponent.resolveType. This function tries only once to resolve the type. In the first call the function sets type to null. This is not my problem anymore. I can solve my special problem with the IObjectClassAwareModel. Malte Shouldn't there be a pre-examination

Custom Component Converter not called

2013-09-07 Thread Malte Neumann
. Is that behaviour intended this way? Malte - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

AjaxEventBehavior that catch only some keypresses

2013-01-23 Thread Malte
Hi! I want write an AjaxEventBehavior that calls the server if an function key is pressed. Im also need to know on serverside which key is pressed. I'd tried it with this code: public HomePage(final PageParameters parameters) { super(parameters); add(new AjaxEventBehavior(keydown){