ICEfaces
  1. ICEfaces
  2. ICE-9440

Verify compatibility with JSF 2.2 h:inputFile

    Details

    • Type: Task Task
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.3.0.GA
    • Fix Version/s: 4.0
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces, h:inputFile
    • Assignee Priority:
      P2

      Description

      ICEfaces should be compatible with h:inputFile.

        Activity

        Hide
        Ted Goddard added a comment -

        For an initial test, <h:inputFile> should be included in an ICEfaces test page

          <h:inputFile id="file" value="#

        {bean.file}

        "/>

        where the bean contains

          public Part getFile()

        {     return file;   }

         
          public void setFile(Part file)

        {     this.file = file;   }

        as described here:

        http://jsflive.wordpress.com/2013/04/23/jsf22-file-upload/

        Once the file is uploaded, the bean can echo the length of the file to the page.

        Extended testing could include <h:inputFile> within <ace:dataTable>

        Show
        Ted Goddard added a comment - For an initial test, <h:inputFile> should be included in an ICEfaces test page   <h:inputFile id="file" value="# {bean.file} "/> where the bean contains   public Part getFile() {     return file;   }     public void setFile(Part file) {     this.file = file;   } as described here: http://jsflive.wordpress.com/2013/04/23/jsf22-file-upload/ Once the file is uploaded, the bean can echo the length of the file to the page. Extended testing could include <h:inputFile> within <ace:dataTable>
        Show
        Carmen Cristurean added a comment - Test application checked in at: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/ICE-9440 New JIRA was created: http://jira.icesoft.org/browse/ICE-9881

          People

          • Assignee:
            Carmen Cristurean
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: