4 Replies Latest reply on Jan 20, 2010 4:29 AM by gerry365

    <a4j:support event="onselect"> does not work with <h:selectOneMenu>

      Hello All,

       

      Apologies if this issue has already been dealt with elsewhere.

       

      My code looks something like this:

       

      <h:selectOneMenu ........>

           <f:selectItems .......... />

           <a4j:support event="onselect" ......... />

      </h:selectOneMenu>

       

      This code doesn't work either:

       

      <h:selectOneListbox ........>

           <f:selectItems .......... />

           <a4j:support event="onselect" ......... />

      </h:selectOneListbox>

       

      The problem is that "onselect" is the only event not working with this combination of elements. "onchange", "onclick", etc, work correctly. Unfortunately, my use case requires me to use the "onselect" event. AFAIK, <a4j:support> should handle events generated by its parent element.

       

      Is this a bug?

       

      Gerry