Re: isEmpty question

2006-05-16 Thread Nathan Maves
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

2006-05-16 Thread Zsolt
Hi, I get an exception if a use "