Re: isEmpty question
This is a simple java issue. String string = null; String string2 = "myString"; string.equals(string2);<-- bam NPE That is what you are trying to do in your code. I would suggest using the isNotNull around your isEquals tag. Nathan On May 16, 2006, at 2:35 AM, Zsolt wrote: Hi, I g
isEmpty question
Hi, I get an exception if a use "