Re: Help with custom component that implements IOnChangeListener

2010-10-13 Thread Rut Bastoni
PM To: users@wicket.apache.org Subject: Help with custom component that implements IOnChangeListener Hi everyone, i'm trying to implement a custom TextField that fires onchange event without using Ajax (it is a requirement of my project - i have good reasons not to use Ajax). Looking

Re: Help with custom component that implements IOnChangeListener

2010-10-08 Thread Igor Vaynberg
easiest way to help you is if you create a quickstart and attach it to a jira issue -igor On Thu, Oct 7, 2010 at 7:08 AM, Rut Bastoni rut.bast...@poste.it wrote: Hi everyone, i'm trying to implement a  custom TextField that fires onchange event without using Ajax (it is a requirement of my

Help with custom component that implements IOnChangeListener

2010-10-07 Thread Rut Bastoni
Hi everyone, i'm trying to implement a custom TextField that fires onchange event without using Ajax (it is a requirement of my project - i have good reasons not to use Ajax). Looking at the source files of DropDownChoice, CheckBox etc. (they all implement the