Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1574

t:inputCalendar is not triggering f:ajax

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.11-SNAPSHOT
    • 1.1.11
    • None
    • Win XP, JDK 1.6.0.20, Tomcat 6.0.29, MyFaces 2.0.5 - Snapshots (api + impl at revision 1085804), Tomahawk20-1.1.11 Snapshot (at revision 1084269)

    Description

      I've had this problem some time ago (see TOMAHAWK-1515) but after the bugfixes it worked. After the upgrade to the current snapshots (see environment description) it's not working anymore (therefore I've created this new ticket).

      Testcase:
      User fills in birthday, the ajax event valueChange gets triggered and returns the calulated age.

      Test scenarios:
      1) using two h:inputText for inputting the birthday and outputting the age ---> works
      2) using two t:inputText for inputting the birthday and outputting the age ---> works too

      3) using t:inputCalendar and t:inputText ---> doesn't work

      If I'm debugging the setBirthday method the jvm stopps at the breakpoint in case of scenario 1) and 2) but the setter isn't called in case 3) at all.

      Looking at the HTTP post data send in case 3):
      -> the birthday field contains the date selected by the t:inputCalender popup
      -> event: valueChange
      -> partial ajax: true
      -> id of the triggering element: seems correct
      -> id of the element to render: seems correct

      HTH Oli

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            oli Oliver Bayer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: