Thanks Bruno. My suspicions are confirmed. I tried the nightly build
with the same result. However, the latest nightly build is from the 16th
which is probably a little too old to include the updates. I'll give the
next one a try.
Thanks again,
Carl
Bruno Aranda wrote:
I think this is a result of the bug MYFACES-579.
The myfaces-all.jar has an important file missing
(META-INF/faces-config.xml), which defines the components of tomahawk.
You could try with a recent nightly build as the bug only appeared for
the release or when building an myfaces-all.jar with the variable
skip.sandbox=true.
Regards,
Bruno
2005/9/21, Carl <[EMAIL PROTECTED]>:
After upgrading to faces 1.1.0 I have a problem with the inputFileUpload
tag. I receive an error: undefined component type
org.apache.myfaces.HtmlInputFileUpload.
In myfaces-all.jar there is
org.apache.myfaces.CUSTOM.HtmlInputFileUpload which I assumed should be
called.
Am I overlooking something? Would appreciate some help.
Thanks,
Carl
(I removed the commons-fileupload-1.0.jar which I used under 1.0.9 which
is included in myfaces 1.1.0).