If I remember right, the equals() method gets called by jsf - it has to make 
sure that the selected value is one of the options in s:selectItems, so it does 
a list.contains() call or something, which uses the equals() method.  I think 
you should just fix your equals method so that if it's passed null, you return 
false.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067670#4067670

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067670
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to