inputCalendar tags doesn't have an onchange property
----------------------------------------------------

         Key: MYFACES-257
         URL: http://issues.apache.org/jira/browse/MYFACES-257
     Project: MyFaces
        Type: Bug
    Versions: 1.0.9 beta    
 Environment: IE, Firefox, tomcat5.0.28, oracle 10g
    Reporter: Lian Lee
    Priority: Critical


I am using the following tags:

<x:inputCalendar id="dateToCal" renderAsPopup="true" value="#{mybean.dateTo}"
                 onchange="document.forms[0].submit();"
                 immediate="true"
                 valueChangeListener="#{mybean.foo}"/>

It has valueChangeListener capability but it doesn't have onchange event 
handler to work with.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to