Re: How can I add multiple components in a table cell?

2015-08-17 Thread cosmindumy
Ah, thanks.
I tried with WebMarkupContainer but I got error rendering components. It
makes sense using panel.

Regards,
Cosmin.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-can-I-add-multiple-components-in-a-table-cell-tp4671806p4671808.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: How can I add multiple components in a table cell?

2015-08-17 Thread Martin Grigorov
Hi,

On Mon, Aug 17, 2015 at 3:33 PM, cosmindumy  wrote:

> Hello,
> Is clear that only one component can be added in table cell. Can I add a
> container with multiple components inside?
>

Yes. This is the way!
Add a Panel that has its own children components.


> Or is there any other option to do this?
>
> Thanks,
> Cosmin
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/How-can-I-add-multiple-components-in-a-table-cell-tp4671806.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>