>> -fileupload or tree2 are working fine. >> > I wonder that you found that tree2 works fine. > Ok, I checked the release creation date and those changes where introduces before the branch. So definitely the tree is broken, even it our examples works.
The problems were: usage of Boolean.getBoolean() instead of using tomhawaks setBooleanProperty as I changed it now. The first queries the system environment instead of simply converting the passed value to a boolean. and the removal of a for loop which indeed wasnt unnecessary. Ciao, Mario
