Hi Roshan, This works as per Erik's email.
There's an example of its usage in our kitchensink app [1] We also use it in the Estatio [2] which uses choices [3] and also pre-selected defaults [4] HTH Dan [1] https://github.com/isisaddons/isis-app-kitchensink/blob/master/dom/src/main/java/org/isisaddons/app/kitchensink/dom/reference/ReferenceObject.java#L586 [2] https://github.com/estatio/estatio/blob/master/estatioapp/app/src/main/java/org/estatio/module/lease/app/InvoiceServiceMenu.java#L121 [3] https://github.com/estatio/estatio/blob/master/estatioapp/app/src/main/java/org/estatio/module/lease/app/InvoiceServiceMenu.java#L129 [4] https://github.com/estatio/estatio/blob/master/estatioapp/app/src/main/java/org/estatio/module/lease/app/InvoiceServiceMenu.java#L137 On Tue, 19 Dec 2017 at 12:17 Roshan Vishwakarma < [email protected]> wrote: > Hi Erik, > > Thanks for the help. > > I tried it but I am not able to select multiple values at the same time > from the drop down. > > I need a way to select multiple options from the drop down. Is that > supported in the ISIS? > > Regards, > Roshan > > > On Tue, Dec 19, 2017 at 1:30 PM, Erik de Hair <[email protected]> wrote: > > > Hi Roshan, > > > > You could use the collection parameter type for actions [1] > > > > Regards, > > Erik de Hair > > > > [1] http://isis.apache.org/guides/ugfun/ugfun.html#__ugfun_progr > > amming-model_actions_collection-parameter-types > > > > > > > > On 12/19/2017 07:27 AM, Roshan Vishwakarma wrote: > > > >> Hi, > >> > >> Is there a way to define multiple selection in drop down. > >> > >> I have gone through this link [1] [2]. > >> > >> Please anyone can help in this. > >> > >> > >> Links: > >> 1. https://blogs.apache.org/isis/ > >> 2. https://issues.apache.org/jira/browse/ISIS-709 > >> > >> Thanks > >> > >> > >> Regards, > >> Roshan V. > >> > >> > > >
