ICEfaces
  1. ICEfaces
  2. ICE-11215

ace:fileEntry - Multiple components that use multiple=true causes display issues

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: EE-4.1.0.GA
    • Fix Version/s: None
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      All
    • Support Case References:
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Workaround #1: Use a single ace:fileEntry component as multiple files can be uploaded at once with a single component.

      Workaround #2: Keep the ace:fileEntry components in their own form tags. For example:

      <h:form id="uploadFormOne">
      <ace:fileEntry id="fileEntryCallback1"...>
      </h:form>
      <h:form id="uploadFormTwo">
      <ace:fileEntry id="fileEntryCallback2"...>
      </h:form>
      Show
      Workaround #1: Use a single ace:fileEntry component as multiple files can be uploaded at once with a single component. Workaround #2: Keep the ace:fileEntry components in their own form tags. For example: <h:form id="uploadFormOne"> <ace:fileEntry id="fileEntryCallback1"...> </h:form> <h:form id="uploadFormTwo"> <ace:fileEntry id="fileEntryCallback2"...> </h:form>

      Description

      If multiple ace:fileEntry components are on the same form and they each have multiple="true", the second fileEntry component doesn't render the "+Add Files" button. Instead it renders the default file upload components from the browser.

        Activity

        Hide
        Arran Mccullough added a comment -

        Uploaded sample test case that reproduces the issue.

        Steps:

        • Load welcomeICEfaces.jsf
        Show
        Arran Mccullough added a comment - Uploaded sample test case that reproduces the issue. Steps: Load welcomeICEfaces.jsf

          People

          • Assignee:
            Unassigned
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: