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
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Salesforce Case | [] | |
Fix Version/s | 1.8DR#3 [ 10143 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
Assignee Priority | P2 |
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee Priority | P2 | |
Resolution | Fixed [ 1 ] | |
Assignee | Ken Fyten [ ken.fyten ] |
Fix Version/s | 1.8 [ 10161 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
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>