I'm using MyFaces 2.1.17 & Trinidad 2.1.1. If I change the date using date picker component, then valueChangeListener
is NOT getting called. If suppose I change the date manually (Instead of using date picker), valueChangeListener is getting called properly.Could someone please help me on this? Below is the sample code:
<tr:inputDate id="myDateId" autoSubmit="true"
valueChangeListener="#{myBackingBean.myVcl}"
value="#{myBackingBean.myDate}">
</tr:inputDate>
Note: Same functionality works fine with version 1.2.