Help with custom component that implements IOnChangeListener

2010-10-07 Thread Rut Bastoni
doing some mistake? Thanks a Lot Rut Bastoni - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Help with custom component that implements IOnChangeListener

2010-10-13 Thread Rut Bastoni
I've found the mistake: the TextField must override getStatelessHint() this way: @Override protected boolean getStatelessHint() { return false; } now it works. -- From: Rut Bastoni rut.bast...@poste.it Sent: Thursday, October 07, 2010 4:08