RE: Non breaking spaces in ListView

2008-07-14 Thread Michael Mehrle
Thanks a bunch, Igor :-) -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2008 11:09 AM To: users@wicket.apache.org Subject: Re: Non breaking spaces in ListView label.setescapemodelstrings(false) if you are returning " " from the mo

Re: Non breaking spaces in ListView

2008-07-14 Thread Igor Vaynberg
label.setescapemodelstrings(false) if you are returning " " from the model string -igor On Mon, Jul 14, 2008 at 11:04 AM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > I have a ListView which I have populate a table. Now, some columns are > sometimes empty and I'm trying to set the Label that occup

Non breaking spaces in ListView

2008-07-14 Thread Michael Mehrle
I have a ListView which I have populate a table. Now, some columns are sometimes empty and I'm trying to set the Label that occupies it with an non-breaking space ( ). However, for some reason the Label prints it verbose . If I set the Label to empty the column gets skipped altogether, messing up m