My cocoon application works fine using Jetty on Win XP, but as soon as I move it to 
the Linux production box (using 
the same version of cocoon and Jetty with identical configurations) my FileUpload 
action fails.

The code to get the File from the request object is:

Request request = ObjectModelHelper.getRequest(objectModel);
Part part = (Part) request.get("filename");

On XP the 'Part' object is gathered correctly. On Linux it is null.

Any ideas?

Thanks.

--
Paul Bowler
Aventix Associates Ltd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to