views:

442

answers:

0

Hey I'm trying to get the tomahawk <t:inputFileUpload tag to work for jsf deployed on a weblogic portal.

I've basically followed the example found here. but I'm having problems with the enctype on the form tag. <h:form id="welcomeForm" enctype="multipart/form-data">

When is include the enctype attribute in the form tag this means that when the form is submitted the data entered into other fields in the form other than the file upload is lost.

Has anyone encounted this problem before and maybe has a work around? At the moment the only thing that seems to work is to isolate the fileupload field into its own form, but this is less than ideal.

Any help would be greatly appreciated.

here are the versions: Weblogic 10.0 jsf 1.2