You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Deepan Chakkaravarthy (JIRA)" <de...@myfaces.apache.org> on 2015/09/11 01:51:46 UTC

[jira] [Created] (TRINIDAD-2528) ValueChangeListener is not getting called on inputDate

Deepan Chakkaravarthy created TRINIDAD-2528:
-----------------------------------------------

             Summary: ValueChangeListener is not getting called on inputDate
                 Key: TRINIDAD-2528
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2528
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.1.1-core
         Environment: Windows 7, Java 7
            Reporter: Deepan Chakkaravarthy
            Priority: Blocker


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.

<tr:inputDate id="myDateId" autoSubmit="true" 
      valueChangeListener="#{myBackingBean.myVcl}" 
      value="#{myBackingBean.myDate}">																				</tr:inputDate>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)