AW: Wicket DropDown Change event

2019-05-20 Thread Drummer, Matthias
ket.apache.org Betreff: Wicket DropDown Change event 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* AjaxFormCompo

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

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") { /** *