2 Replies Latest reply on Jul 4, 2007 7:35 AM by orribl

    binding & a4j:support

    binya

      I have a list which elements by binding from the backing bean (with binding)
      (and it needs to be like this) but for some reason the a4j:support doesn't call the function when clicking the list.


      My code is:

      <t:selectOneListbox value="#{bean.select}" rendered=#{bean.render} binding="#{bean.listComponent}">
      <a4j:support event="onclick" action="#{bean.listWasClicked}"/>
      </t:selectOneListbox>


      Thank you very much