Thanks for the tip!
That component looks awsame and I made a test and compare it with Erich
Hynd's multiselect which also is god.
I ran into some javascript issues in my minimal test page that I will try
to solve this evening.
It was some god old conflict between prototype / jquery but I think.
I
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 2
On Sat, 03 Mar 2012 12:32:00 -0300, Gunnar Eketrapp
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
Hi!
I have a form field where users can select a number of lists or individual
members that e.g. should receive a meeting invitation.
My first solution was based on jquery-ui autocomplete but I cant get that
to work in IE. (Even jquery's autocomplete examples does not work in IE.)
I then found a