Hello, thank you that works fine for my problem.
Mit freundlichen Grüßen Christoph Manig -----Ursprüngliche Nachricht----- Von: Sven Meier [mailto:[email protected]] Gesendet: Mittwoch, 22. März 2017 16:16 An: [email protected] Betreff: Re: FilterForm with DropDownChoice Hi, have you tried subclassing your choices and adding some JavaScript? DropDownChoice(...) { onComponentTag(ComponentTag tag) { super.onComponentTag(tag); tag.put("onchange", "this.form.submit()"); } } I haven't tried this though. Have fun Sven -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/FilterForm-with-DropDownChoice-tp4677385p4677392.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
