Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#3
-
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
- blocks
-
ICE-3982 Update ICEfaces documentation for 1.8 release
- Closed
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>