Hello Andrew,

I know what you mean but please have a look at that:
***********************
public void contractCodeChanged(ValueChangeEvent evt){
       log.info("contractCodeChanged");
       this.contractCode = (String) evt.getNewValue();
   }
***********************

The above code NEVER gets called by that:
*********************
valueChangeListener="#{PopulateListsBean.contractCodeChanged}"
*********************

BECAUSE there are several value change listener methods in my bean.

What I find strange or even "flawed" is that MyFaces won't even find the
second listener method.

Any clue??

Julien.

Reply via email to