users@javaserverfaces.java.net

multipart requests

From: Mark Lowe <melowe_at_mac.com>
Date: Sun, 1 Apr 2007 10:01:01 +0200

Hello

Yet again h:inputFile has been ignored, it should have been in the
spec from the start even if it would mean more hassles writing
implementations to support it.

Accepting this lack of support even in jsf 1.2, and not wanting to
hack it with ajax and servlet filters I started to write a component.
But what happened? As soon as I change the form's enctype to
multipart i cant get passed the RESTORE_VIEW phase.

I've narrowed things down to that faces thinks that the request is a
postback.. Does anyone know how I can fix this? With no ajax or filters.

Mark