Antwort: T5: UploadedFile componet is not compatible with UTF-8

2007-09-17 Thread Christian Koeberl
Is this a bug of UploadFile or I should change the code? This is a bug, see: https://issues.apache.org/jira/browse/TAPESTRY-1723 You can checkout the code, apply the patch and build your own tapestry-upload.jar -- Chris

Re: Antwort: T5: UploadedFile componet is not compatible with UTF-8

2007-09-17 Thread smithfox
After packaging new package, but occur NullPointer Exception: because request.getCharacterEncoding() == null so the line: fieldValue = item.getString(request.getCharacterEncoding()); throw exception. How to deal with the case. Christian Koeberl wrote: Is this a bug of UploadFile or I should