Re: AjaxEditableLabel Missing setConvertEmptyInputStringToNull(...)?

2012-04-13 Thread Martin Grigorov
Hi, Create a ticket in Jira with a patch. On Thu, Apr 12, 2012 at 6:47 PM, Aaron J. Garcia agar...@rentec.com wrote: I am wondering if AjaxEditableLabel is intentionally missing a setConvertEmptyInputStringToNull(...) method?  I have a use case for it, and it seems like it would be

AjaxEditableLabel Missing setConvertEmptyInputStringToNull(...)?

2012-04-12 Thread Aaron J . Garcia
I am wondering if AjaxEditableLabel is intentionally missing a setConvertEmptyInputStringToNull(...) method? I have a use case for it, and it seems like it would be reasonable to implement. For now, I have a work-around for this by overriding AjaxEditableLabel's newEditor(...) method. However,