ICEfaces
  1. ICEfaces
  2. ICE-6643

WindowAndViewIDSetup and FormSubmit: Event handlers cause duplicate components

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.0
    • Fix Version/s: 2.0.1
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      JBoss 5.1
      JSF 2.1
      Portlet-Faces-Bridge 2.0.0 BETA4
    • Affects:
      Sample App./Tutorial
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Please add a

      if (event instanceof PostAddToViewEvent) {
      <original source>
      }

      to the "processEvent(SystemEvent event)"- Method.
      Show
      Please add a if (event instanceof PostAddToViewEvent) { <original source> } to the "processEvent(SystemEvent event)"- Method.
    • Community Contribution:
      Yes

      Description

      While executing an AJAX-Request with a full render (by navigation-case), the components in the event handlers are to be added a second time.
      This results from the Listener to handle the event twice.
      1. ICE-6643-2.patch
        3 kB
        Deryk Sinotte
      2. Patch - Icefaces_Events.patch
        14 kB
        Christian Heike
      3. Patch - Icefaces_Events.patch
        13 kB
        Christian Heike

        Activity

          People

          • Assignee:
            Deryk Sinotte
            Reporter:
            Christian Heike
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: