Typing mistake, you should read:Could you replace isEmpty() by something like if (string == null || string.trim().length() < 1) ?
:) Sorry Regards JB On 01/20/2011 08:39 AM, Jean-Baptiste Onofré wrote:
Could you replace isEmpty() but if (string == null || string.trim().length() < 1) ?