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, I don't like this solution because I need to cast the returned FormComponent<T> into a TextField<T> in order to get access to the setConvertEmptyInputStringToNull(...) method. If the underlying newEditor implementation is changed at some point, my code won't work. Can this functionality be added to AjaxEditableLabel? If so, how would I go about requesting it? Thanks a lot for your help. Regards, Aaron J. Garcia --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
