Additional information: I use the forms within a portal and use the
CopletTransformer.

By stepping through the code I found out that the CopletTransformer different
depending on the enctype. There are some lines in "protected void output(...)" 
like:
[...]
if ( enctype== null 
    || "application/x-www-form-urlencoded".equals(enctype))  {
[...]
which made my forms behave different.
When I add "|| "multipart/form-data".equals(enctype)" in the if-clause it works
fine for me.

Is there another way (without canging the code) to get that result or has the
code really have to change?

Nicole


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to