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:tawus.tapes...@gmail.com] Sent: Wednesday, March 15, 2017 08:49 To: Tapestry users <users@tapestry.apache.org> 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 <sreela.g...@atos.net> 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: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org