You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Jan Kriesten <ja...@renitence.de> on 2007/10/24 11:57:39 UTC

AjaxEditableLabel on empty Labels (not Null)

Hi,

I have the following problem:

In a DataTable I have AjaxEditableLabel-Entries, which can be empty (i.e. not
Null). I want to make them editable, but since there's nothing to click on, I
can't edit them.

Is there a way to handle this?

Best regards, --- Jan.



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


Re: AjaxEditableLabel on empty Labels (not Null)

Posted by Gerolf Seitz <ge...@gmail.com>.
of course, you're right.
imho, the defaultNullLabel should really be a defaultNullOrEmptyLabel.

  Gerolf

On 10/24/07, Jan Kriesten <ja...@renitence.de> wrote:
>
>
> hi gerolf,
>
> > hm, i thought that in the case of an empty string or null the
> > AjaxEditableLabel displays "..."
>
> no, it only displays that if null, not on empty strings.
>
> best regards, --- jan.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: AjaxEditableLabel on empty Labels (not Null)

Posted by Jan Kriesten <ja...@renitence.de>.
hi gerolf,

> hm, i thought that in the case of an empty string or null the
> AjaxEditableLabel displays "..."

no, it only displays that if null, not on empty strings.

best regards, --- jan.


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


Re: AjaxEditableLabel on empty Labels (not Null)

Posted by Gerolf Seitz <ge...@gmail.com>.
hm, i thought that in the case of an empty string or null the
AjaxEditableLabel displays "..."

  Gerolf

On 10/24/07, Jan Kriesten <ja...@renitence.de> wrote:
>
>
> Hi,
>
> I have the following problem:
>
> In a DataTable I have AjaxEditableLabel-Entries, which can be empty (i.e.
> not
> Null). I want to make them editable, but since there's nothing to click
> on, I
> can't edit them.
>
> Is there a way to handle this?
>
> Best regards, --- Jan.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>