Re: AjaxEditableLabel on empty Labels (not Null)

2007-10-24 Thread Gerolf Seitz
of course, you're right. imho, the defaultNullLabel should really be a defaultNullOrEmptyLabel. Gerolf On 10/24/07, Jan Kriesten <[EMAIL PROTECTED]> wrote: > > > hi gerolf, > > > hm, i thought that in the case of an empty string or null the > > AjaxEditableLabel displays "..." > > no, it only d

Re: AjaxEditableLabel on empty Labels (not Null)

2007-10-24 Thread Jan Kriesten
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: [EMAIL PR

Re: AjaxEditableLabel on empty Labels (not Null)

2007-10-24 Thread Gerolf Seitz
hm, i thought that in the case of an empty string or null the AjaxEditableLabel displays "..." Gerolf On 10/24/07, Jan Kriesten <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have the following problem: > > In a DataTable I have AjaxEditableLabel-Entries, which can be empty (i.e. > not > Null). I w

AjaxEditableLabel on empty Labels (not Null)

2007-10-24 Thread Jan Kriesten
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. --