2 Replies Latest reply on Nov 8, 2008 7:05 PM by joblini

    SelectItem and Conversation propagation

    charlscross

      Hello, I have this select item


      <h:selectOneMenu value="#{hostId}" 
           styleClass="combo"
           id="hostsSelect"  valueChangeListener="#{alarmesBean.recargarLista}" 
           onchange="submit()">
           <f:selectItems value="#{alarmesBean.hostsSelect}"/>
      </h:selectOneMenu>
      
      
      



      When the valueChangeListener method is called, the conversation started when loaded the page stops propagating.
      Any suggestions??