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 files. Extend > Abstr

RE: Value Encoder Problem

2014-05-05 Thread Thilo Tanner
Hi Marcos, Instead of using List uploadedFiles as your model, you need to provide a SelectModel instance for your uploaded files. Extend AbstractSelectModel and return OptionModel instances with your preferred label. I hope this helps. Best, Thilo Fro