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 of the form.
>>
>> @OnEvent(value="onChange", component="mySelect")
>> private String select() {
>>     log.info("new item selected");
>>     return null;
>> }
>
> AFAIK, the binding of methods to Javascript events is not implemented
> yet.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to