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.

--
Thiago H. de Paula Figueiredo
Desenvolvedor, Instrutor e Consultor de Tecnologia
Eteg Tecnologia da Informação Ltda.
http://www.eteg.com.br

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

Reply via email to