Re: tag into tag

2021-09-27 Thread Martin Grigorov
Hi, On Sat, Sep 25, 2021 at 3:45 PM vahid ghasemi wrote: > Hello > I have a tag and tag inside of it: > > wicket:id="panelName"> > Dashboard > > > > > wicket:id="panelDes">#XRS-45670 > > > my h1 has a Label component. > > how I can add Lable into Label? >

Re: add Dropdown object to List

2021-09-27 Thread Martin Grigorov
Hi, On Sun, Sep 26, 2021 at 9:12 PM vahid ghasemi wrote: > So it's not any option to handle this issue? > I have list but it's singleton list :( > You need to use ListMultipleChoice instead of DropDownChoice. > On Sun, Sep 26, 2021, 6:17 PM Martin Terra < > martin.te...@koodaripalvelut.com>