0

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.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Deepan
  • 13
  • 1
  • 9
  • Any in messages/logs? It won't be called on conversion/validation fail. – BalusC Sep 11 '15 at 07:48
  • @BalusC No. It doesn't have validator. Also, no messages in the log – Deepan Sep 12 '15 at 14:33
  • In case you want to use Ajax http://stackoverflow.com/questions/11879138/when-to-use-valuechangelistener-or-fajax-listener – Jasper de Vries Sep 14 '15 at 07:39
  • @JasperdeVries ,BalusC Thanks for your help. Its looking like an Trinidad Jar issue. Its not working on IE 11 native mode but same is working in IE 11 compatibility mode – Deepan Sep 17 '15 at 16:04

2 Answers2

2

This issue is fixed with the latest patch to Trinidad JAR. you have to use the new jar to resolve this issue.

Nitin
  • 21
  • 6
0

Its looking like an Trinidad Jar issue. Its not working on IE 11 native mode but same is working fine with IE 11 compatibility mode.

Deepan
  • 13
  • 1
  • 9