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

Problems whith JsValueChangeListenerRenderer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.1.3
    • None
    • None
    • jboss-4.0.3SP1
      myfaces 1.1.3
      tomahawk 1.1.3
      facelets 1.1.10

    Description

      Hi!!! the new implementation of JsValueChangeListenerRenderer has a important problem:
      When the page is rendered for second time (without navigate to another page), the onchange javascript indicated on jsvaluechangelistener component is added to parent component twice, althought that was added before. In the version of tomahawk 1.1.1 this bug dont exist because, have code that prevent this:

      //check if method call has already been added...
      if(oldValueStr.indexOf(value)!=-1)
      return;

      And in the new version this code was deleted.

      Thanks

      Attachments

        Activity

          People

            Unassigned Unassigned
            junglika Jorge Rodríguez Pedrianes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: