Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-2204

inputFile is not communicating with it's respective Java backing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.2.14-core
    • None
    • Components
    • None
    • Apache Tomcat 6.0.33 on WinXp viewed with IE

    Description

      <tr:form usesUpload="true">
      ...
      <tr:inputFile
      binding="#

      {my_java_backing.instance_of_CoreInputFile}

      "
      id="myInpuyFile"
      value="#

      {my_java_backing.instance_of_UploadedFile}

      "
      valueChangeListener="#{my_java_backing.listener_method"/>
      ....
      </tr:form>

      This snipped fails to properly set the value of the selected file in the back-end java. Neither the value attribute nor the valueChangeListener are being set for the inputFile component although other components on the page are communicating with the same class.

      Attachments

        Activity

          People

            Unassigned Unassigned
            brandonw49 Brandon Whelply
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: