Re: Value Encoder Problem

2014-05-10 Thread Marcos Héctor Trotti
Thilo, thanks for helping me. Now works fine with SelectModel. Best regards, *Marcos Héctor Trotti* 2014-05-05 4:02 GMT-03:00 Thilo Tanner : > Hi Marcos, > > Instead of using List uploadedFiles as your model, you need > to provide a SelectModel instance for your uploaded f

Value Encoder Problem

2014-05-03 Thread Marcos Héctor Trotti
Hi, All! I'm working in a small web application in which I need upload a set of files and choose one from a select component. My encoder code is: .. private List uploadedFiles; ... public ValueEncoder getFilesEncoder() { return new ValueEncoder() { public String toClient(UploadedFi