Re: WebSockets questions

2012-12-15 Thread Maxim Solodovnik
Hello Martin, Are there any plans to release wicket-native-websocket? On Wed, Dec 12, 2012 at 4:47 AM, Maxim Solodovnik wrote: > Hello Martin, > > just have added the patch for this issue. > can you please take a look it and probably accept? :) > > I would really appreciate it since this issue

Re: FormComponentPanel & onchange Events

2012-12-15 Thread William Speirs
I finally got some time to test a few combinations: - onchange for panel, getRawInput() = null - onblur for panel = event never fires - onchange for field, getRawInput() = null - onchange for field, getModelObject() = null - same combinations as above but with AjaxFormComponentUpdatingBehavior;