@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
@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