> The only thing I can think of is that we need to overide > equals()/hashcode() > somewhere. There should be a method named "visitComponent" > that has some code > like
If we override equals(), we have to overried hashcode(). Unless we provide the criteria for equality, there is no real way that Java can divine it. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
