Re: T5 : Event system

2007-11-15 Thread Steph
Is there a version number or deadline already planned for this functionality ? Thiago H de Paula Figueiredo a écrit : On Wed, 14 Nov 2007 08:13:53 -0200, Stephane Decleire [EMAIL PROTECTED] wrote: I've tried without success to add an onchange event on a select box without firing the submit

T5 : Event system

2007-11-14 Thread Stephane Decleire
I've tried without success to add an onchange event on a select box without firing the submit of the form. @OnEvent(value=onChange, component=mySelect) private String select() { log.info(new item selected); return null; } Did i miss something or is the only way to get an event on a

Re: T5 : Event system

2007-11-14 Thread Steph
Stephane Decleire a écrit : I've tried without success to add an onchange event on a select box without firing the submit of the form. @OnEvent(value=onChange, component=mySelect) private String select() { log.info(new item selected); return null; } Did i miss something or is the only

Re: T5 : Event system

2007-11-14 Thread Thiago H de Paula Figueiredo
On Wed, 14 Nov 2007 08:13:53 -0200, Stephane Decleire [EMAIL PROTECTED] wrote: I've tried without success to add an onchange event on a select box without firing the submit of the form. @OnEvent(value=onChange, component=mySelect) private String select() { log.info(new item selected);