IE 6.0 and t:fileupload BUG

Hei.

Ich have found a **** &$$%% BUG

When I use the Tomahawk-fileupload-component to upload a file to the webserver, I get an errormessagen and no fileupload-dialog :

Line: 637

Char: 4

Error: Object required

Code: 0

URL: .....

The file upload control seems to work OK in Firefox, Konqueror, Opera, IE 7.0

Does anyone know a workaround?

Greets

[415 byte] By [Reddingoa] at [2007-11-27 11:32:24]
# 1

You're here in a Sun forum. Try the MyFaces issue list and/or mailing list instead.

http://myfaces.apache.org/tomahawk/project-info.html

BalusCa at 2007-7-29 16:45:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

you 100% know that bug in fileupload?

try remove all other components and simple

<f:view>

<h:form enctype="multipart/form-data">

<t: fileupload

></h:form>

</f:view>

maybe problem anywhere else?

in my app al work fine with FF, Opera, IE6 and 7

necromancer15a at 2007-7-29 16:45:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...