Hi,
  i am working with value change listeners.
  while i am submiting the form again that value change listeners are
fireing
 please tell how to avoid fireing of value change listeners when 
 i am submiiting the form
public void hostSelection(ValueChangeEvent e) { 
      FacesContext context = FacesContext.getCurrentInstance(); 
      hostid=(String) e.getNewValue(); 
          getCpuids(); 
      context.renderResponse(); 
 }   
-- 
View this message in context: 
http://www.nabble.com/problem-with-value-change-listeners-tf1930333.html#a5286926
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to