Re: tag into tag

2021-09-25 Thread Martin Terra
Hi!

To me it looks like you have a webmarkupcontainer and a small label inside
it. Or how do you expect it to render?

If all text is dynamic then I would still make it one label which partly
generates html markup.

**
Martin

la 25. syysk. 2021 klo 15.45 vahid ghasemi (vahidghasemi...@gmail.com)
kirjoitti:

> 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-25 Thread Martin Terra
Hi!

Can you paste some code with your exact (generic) variables which doesn't
work, it might be easier to figure out from code example than verbal
description?

**
Martin

la 25. syysk. 2021 klo 19.46 vahid ghasemi (vahidghasemi...@gmail.com)
kirjoitti:

> Hello guys.
> I have a dropdown and I want to use CompoundPropertyModel OR PropertyModel.
> the attribute of my model is List and the wicket can't set the
> drop-down model object to List.
> what is your option to handle this?
>


add Dropdown object to List

2021-09-25 Thread vahid ghasemi
Hello guys.
I have a dropdown and I want to use CompoundPropertyModel OR PropertyModel.
the attribute of my model is List and the wicket can't set the
drop-down model object to List.
what is your option to handle this?


tag into tag

2021-09-25 Thread vahid ghasemi
Hello
I have a  tag and  tag inside of it:


Dashboard




#XRS-45670


my h1 has a Label component.

how I can add Lable into Label?