You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by hrbaer <he...@gmail.com> on 2011/03/27 16:55:18 UTC

hide empty table

Hi all,

how can I hide an empty table? This is my markup:

---------------------


  	Platzhalter


		< span wicket:id="Text">< /span>


---------------------

The problem is that the header always appears. Doesn't matter if the
"ListKatalog" is empty.
So how can I hide a complete table?

Thanks in advance.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/hide-empty-table-tp3409461p3409461.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: hide empty table

Posted by Martin Makundi <ma...@koodaripalvelut.com>.
Hi!

Try enclosure:

https://cwiki.apache.org/WICKET/wickets-xhtml-tags.html
https://issues.apache.org/jira/browse/WICKET-3422

2011/3/27 hrbaer <he...@gmail.com>:
> Hi all,
>
> how can I hide an empty table? This is my markup:
>
> ---------------------
>
>
>        Platzhalter
>
>
>                < span wicket:id="Text">< /span>
>
>
> ---------------------
>
> The problem is that the header always appears. Doesn't matter if the
> "ListKatalog" is empty.
> So how can I hide a complete table?
>
> Thanks in advance.
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/hide-empty-table-tp3409461p3409461.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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


Re: hide empty table

Posted by hrbaer <he...@gmail.com>.
Thanks shetc.

Meanwhile I did some additional research and beside add a WebMarkupContainer
which I can make (in-/)visible there is another option: wicket:enclosure.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/hide-empty-table-tp3409461p3409570.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: hide empty table

Posted by shetc <sh...@bellsouth.net>.
WebMarkupContainer

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/hide-empty-table-tp3409461p3409553.html
Sent from the Users forum mailing list archive at Nabble.com.

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