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

Action, ActionListener or Event are not cleared or reset

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.1.6
    • None
    • Schedule
    • None
    • MyFaces-api-1.15, MyFaces-impl-1.1.5 and Tomahawk 1.1.6 on Tomcat 5.5 running on Windows XP pro (from Firefox 2.0.4)

    Description

      I'm trying to use the mouseListener and action attributes of the schedule to navigate to an appointment detail page. This part works. If I try to back up, however, any button I press fires the same event and action and I end up at the appointment details page again. I apologize if this is not a bug but I'm really stuck. It produces no exceptions or errors.
      This is the tag.

      <t:schedule
      value="#

      {clinicHome.schedule}

      "
      id="clinicSchedule_day"
      visibleStartHour="7"
      visibleEndHour="19"
      workingStartHour="8"
      workingEndHour="17"
      theme="evolution"
      submitOnClick="true"
      tooltip="true"
      selectedEntryClass="selectedEntry"
      action="#

      {clinicHome.goAppointmentDetail}

      "
      mouseListener="#

      {clinicHome.scheduleClick}

      "/>

      Thanks.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jcohen Joshua Cohen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: