On my dev box I get this error: Unexpected Exception caught setting 'uploadedFiles' on 'class editor.Resources: Error setting expression 'uploadedFiles' with value '/home/../MyProject/work/upload_ff205289_3c03_4a59_8898_55c11fed0b49_00000006.tmp'
more detail: ognl.MethodFailedException: Method "setUploadedFiles" failed for object editor.Resources@77de4446 [java.lang.NoSuchMethodException: editor.Resources.setUploadedFiles(java.lang.String)] I have this method: private File[] uploadedFiles = null; public void setUploadedFiles(File[] uploadedFiles) { this.uploadedFiles = uploadedFiles; } It calls this method with a null? On 6 October 2016 at 20:31, Lukasz Lenart <lukaszlen...@apache.org> wrote: > Hi, > > Please take a time and test the bits - any help is appreciated. Please > report any problems back. I'll call for vote in a week if no problems > will be spotted. > > Staging Maven repo > https://repository.apache.org/content/groups/staging/ > > Standalone artifacts > https://dist.apache.org/repos/dist/dev/struts/2.5.4/ > > Release notes > https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.4 > > > Thanks in advance > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org > For additional commands, e-mail: dev-h...@struts.apache.org > >