On 4/11/06, Murray Brandon <[EMAIL PROTECTED]> wrote: > In fact, when I have a multipart form, none of the setters get called on > my beans, even for <h:inputText> fields > (with or without an upload control on the form). If I remove the > multipart flag, my setters get called, but of course you need a > multipart form for uploading binary files.
My guess is validation or conversion is failing, and you're never reaching the updateModel phase. Throw an h:messages tag on your page.

