Re: Value Encoder Problem

2014-05-10 Thread Marcos Héctor Trotti
iles. Extend > AbstractSelectModel and return OptionModel instances with your preferred > label. > > I hope this helps. > > Best, > Thilo > > > > From: Marcos Héctor Trotti > Sent: Sunday, May 04, 2014 01:34 > To: users@t

RE: Value Encoder Problem

2014-05-05 Thread Thilo Tanner
From: Marcos Héctor Trotti Sent: Sunday, May 04, 2014 01:34 To: users@tapestry.apache.org Subject: Value Encoder Problem 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

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