Taha has done a blogpost on a component that sounds like what you are looking for.
In this blogpost ( http://tawus.wordpress.com/2011/12/28/multivalue-autocomplete-for-tapestry) he creates a component based on this library http://loopj.com/jquery-tokeninput/ Cheers, Lance. On Saturday, 3 March 2012, Thiago H. de Paula Figueiredo <thiag...@gmail.com> wrote: > On Sat, 03 Mar 2012 12:32:00 -0300, Gunnar Eketrapp < gunnar.eketr...@gmail.com> wrote: > >> Hi! > > Hi, Gunnar! > >> Caused by: org.apache.tapestry5.ioc.util.UnknownValueException: Could not >> find a coercion from type java.lang.String to type >> utskicket.model.entity.MemberList. > > I guess the problem itself is that you're putting a Loop inside a Form without setting Loop's parameter formState to none. Another solution, maybe closer to solving your problem, is to provide a ValueEncoder for your MemberList class. > > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor > Owner, Ars Machina Tecnologia da Informação Ltda. > http://www.arsmachina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >