Re: What place the @Persist will invalid

2011-08-18 Thread Denis Stepanov
ng elementName) { >>removeNullsFromValue(value); >>} >> >>StreamResponse onUpload() { >>if (files == null) >>files = new ArrayList(); >> final UploadedFile uploadedFile;

Re: What place the @Persist will invalid

2011-08-18 Thread Taha Hafeez
ext", "success"); >        } > > //      Object onUploadDone(String thmid) { > // > //              return null; > //      } > // > //      Object onUploadDone() { > //              System.out.println(files + "AAAa"); > //              

What place the @Persist will invalid

2011-08-18 Thread dick_hu
Iterator iter = value.listIterator(); while (iter.hasNext()) { if (iter.next() == null) { iter.remove(); } } } } -- View this message in context: http://tapestry.1045711.n5.nabble.