Hi what is the best way to capture a client-side event in seaside?<div><br></div><div>I have a menu that includes a select box. I would like to capture the select event so that I can update a view when the selection changes.  </div>
<div><br></div><div><div>html select  list: (Dao new) allProducts;</div><div>           <span class="Apple-tab-span" style="white-space:pre">                        </span>callback: [ :value |  </div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>productEntryAction value].</div>
</div><div><br></div><div>I guess I could wrap it in a form and put a &#39;go&#39; submitButton next to it, but that seems so 2004 ;)  Is there anything better?</div><div><br></div><div><br></div>