Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: 1.8.2a
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Environment:
      ICEFaces + WebSphere Portal 6.1.0.1

      Description

      There are a couple of issues with the component portlet examples distributed under the component-showcase banner.

      Drag and Drop doesn't drop. Picking up the image and dragging it to the shopping cart but dropping fails to do anything. Nothing is submitted to the server.

      FileUpload fails to deploy on the page with the following error and stack trace:
       
      java.lang.NoSuchMethodError: com/icesoft/faces/component/inputfile/UploadConfig.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/String\
      ;Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/Boolean;ZZZ)V
              at com.icesoft.faces.component.inputfile.InputFile.getComponentUploadConfig(InputFile.java:806)
              at com.icesoft.faces.component.inputfile.InputFile.storeContentAndConfig(InputFile.java:195)
              at com.icesoft.faces.component.inputfile.InputFileRenderer.encodeBegin(InputFileRenderer.java:73)
              at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:717)

      This is a little bit confusing as UploadConfig is our class and the code in InputFile is our stuff as well and it is using the same constructor that we have.

      There are some css issues but nothing that isn't mentioned in the release notes.

        Activity

        Hide
        Greg Dick added a comment -

        Issues seem to be a result of the branch that I was testing from wasn't the latest ee snapshot taken from the trunk, likely getting a mixture of component classes both with and without changes. A new test war created from p01-b4 works fine.

        Show
        Greg Dick added a comment - Issues seem to be a result of the branch that I was testing from wasn't the latest ee snapshot taken from the trunk, likely getting a mixture of component classes both with and without changes. A new test war created from p01-b4 works fine.

          People

          • Assignee:
            Unassigned
            Reporter:
            Greg Dick
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: