[ 
https://issues.apache.org/jira/browse/TRINIDAD-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14740772#comment-14740772
 ] 

Mike Kienenberger commented on TRINIDAD-2528:
---------------------------------------------

Deepan,

As I mentioned before, we don't have any active Trinidad committers currently.  
 If you provide a patch, I will apply it.

If you would like assistance in tracking down the problem and creating a 
solution, I recommend posting a message on the dev@myfaces mailing list to see 
if any other JSF developers have an idea.

> 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
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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.
> {code:title=Sample Code|borderStyle=solid}
> <tr:inputDate id="myDateId" autoSubmit="true" 
>       valueChangeListener="#{myBackingBean.myVcl}" 
>       value="#{myBackingBean.myDate}">                                        
>                                                                               
>                                           </tr:inputDate>
> {code}



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

Reply via email to