And this http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/corelib/components/Checklist.html
> On 15 Mar 2017, at 14:19, Taha Hafeez <[email protected]> wrote: > > This is another alternative > > https://tawus.wordpress.com/2011/12/28/multivalue-autocomplete-for-tapestry/ > > >> On 15 Mar 2017, at 14:04, Davide Vecchi <[email protected]> wrote: >> >> Probably the asker wants something to the effect of the 'multiple' attribute >> of the HTML 'select' tag, see >> http://www.w3resource.com/html/attributes/html-multiple-attribute.php . A >> working example is under "Multi Select Option" at >> https://www.hscripts.com/tutorials/html/form-combobox.php . >> >> -----Original Message----- >> From: Taha Hafeez [mailto:[email protected]] >> Sent: Wednesday, March 15, 2017 08:49 >> To: Tapestry users <[email protected]> >> Subject: Re: Multi selection dropdown in Tapestry >> >> Hi, >> >> A dropdown is not meant for multiple selection. May be you are looking for >> tapestry palette or autocomplete mixin. >> >> https://github.com/apache/tapestry-5/blob/master/tapestry-core/src/main/java/org/apache/tapestry5/corelib/mixins/Autocomplete.java >> >> Jumpstart has an example on how to use it >> >> http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/autocompletemixin >> >> If you are using jQuery, then you can also try tapestry5-jquery’s >> >> http://tapestry5-jquery.com/core/docsjqueryautocomplete >> >> Regards >> Taha >> >>> On 15 Mar 2017, at 13:06, Gopi, Sreela <[email protected]> wrote: >>> >>> Hello, >>> >>> Can anyone please tell me how to implement multiple selection dropdown list >>> in Tapestry? I am using Tapestry 5.3.8 >>> >>> Thank you, >>> Sreela Gopi >>> >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
