Kendo window adds up in DOM

2019-05-20 Thread Bergmann Manfred
Hi. I have the following problem. We have a Kendo `Window` which we use as confirmation window with form and checkbox. After the first successful submit (checkbox verification OK) of the window form any new spawned window submits ‚value=on‘ even though the checkbox is not ‚checked‘. The window

Wicket DropDown Change event

2019-05-20 Thread Sibgha Nazir
Hi, I am not able to trigger the on change event of the drop down in the wicket. In the class DPanel,java, I am simply trying to print on the console when the change event has occured. dropdown.add(*new* AjaxFormComponentUpdatingBehavior("onchange") { /** *

Re: Wicket DropDown Change event

2019-05-20 Thread Ernesto Reinaldo Barreiro
Look at OnChangeAjaxBehavior On Mon, May 20, 2019 at 4:13 PM Sibgha Nazir wrote: > Hi, > > I am not able to trigger the on change event of the drop down in the > wicket. > > In the class DPanel,java, I am simply trying to print on the console when > the change event has occured. > > drop

AW: Wicket DropDown Change event

2019-05-20 Thread Drummer, Matthias
Hi, use "change" instead of "onchange". dropdown.add(new AjaxFormComponentUpdatingBehavior("change") { This works for me on Wicket 8.4.0 Greetings Matthias -Ursprüngliche Nachricht- Von: Sibgha Nazir Gesendet: Montag, 20. Mai 2019 16:14 An: users@wicket.apache.org Betreff: Wicket Dro

Re: Kendo window adds up in DOM

2019-05-20 Thread Sebastien Briquet
Hi Manfred, Are you using a FormWindow? Because it is designed to prevent this behavior. https://github.com/sebfz1/wicket-jquery-ui/blob/wicket8.x/wicket-kendo-ui/src/main/java/com/googlecode/wicket/kendo/ui/widget/window/FormWindow.java#L192 Otherwise please create a quickstart so I can have a b

Re: Possible memory leak with Tomcat?

2019-05-20 Thread Wayne W
Hi Sven, I'm having trouble replicating locally. We just saw it in production and then had to roll back as it was effecting customers. The log is full of these: May 16, 2019 6:39:39 AM org.apache.catalina.session.StandardSession setAttribute SEVERE: Session binding event listener threw exception