Implementing javascript events to Wicket
I'm new to ria-development and working with the Ajax Slider example . I can't figure out how to work with javascript events. Here in the example the onValueChanged-event is preimplemented. How do I implement say onchange- or onSlider-event? All help greatly appreciated! public abstract class AjaxSlider extends WebMarkupContainer { private static final long serialVersionUID = 1L; public AjaxSlider(String id) { super(id); super.setOutputMarkupId(true); } public JQUIComponentBehaivor<SliderOptions> getSlideBehaviors() { List behaviors = getBehaviors(); for(Object behavior : behaviors){ if