ICEfaces
  1. ICEfaces
  2. ICE-1498

Add config docs for specifying the inputFileServlet in the InputFile configuration section of Dev Guide

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#3
    • Fix Version/s: 1.8RC1, 1.8
    • Component/s: Documentation
    • Labels:
      None
    • Environment:
      any
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.)

      Description

      There's no mention of the required inputFileServlet in the Dev Guide. We should include this in the InputFile configuration section

        Issue Links

          Activity

          Hide
          Ken Fyten added a comment -

          This should be added under:

          Chapter 4 ICEfaces Reference Information -> Configuration Reference -> Configuring web.xml

          The entry is:

          <!-- file upload Servlet -->
          <servlet>
          <servlet-name>uploadServlet</servlet-name>
          <servlet-class>com.icesoft.faces.component.inputfile.FileUploadServlet</servlet-class>
          <load-on-startup> 1 </load-on-startup>
          </servlet>

          Show
          Ken Fyten added a comment - This should be added under: Chapter 4 ICEfaces Reference Information -> Configuration Reference -> Configuring web.xml The entry is: <!-- file upload Servlet --> <servlet> <servlet-name>uploadServlet</servlet-name> <servlet-class>com.icesoft.faces.component.inputfile.FileUploadServlet</servlet-class> <load-on-startup> 1 </load-on-startup> </servlet>
          Hide
          Ken Fyten added a comment -

          May also want to add a section at the end of ICEfaces Component Suite "Using the inputFile component".

          Show
          Ken Fyten added a comment - May also want to add a section at the end of ICEfaces Component Suite "Using the inputFile component".
          Hide
          Ken Fyten added a comment -

          Changes are applied to ICEfaces Developer's Guide as of 1.8.0-RC1.

          Show
          Ken Fyten added a comment - Changes are applied to ICEfaces Developer's Guide as of 1.8.0-RC1.

            People

            • Assignee:
              Unassigned
              Reporter:
              Philip Breau
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: