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 way to get an event on a select is
to submit the form ?
Thanks in advance.
Stephane
It seems that my need is similar to Martin ... (onchange event from a
select).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]