2016-07-18 15:51 GMT+02:00 sreekanth <sreekanth.n...@egovernments.org>: > No we are not overriding equals and hashcode in our action class, and from > debugging the BeanWrapper Cache found its using System.identityHashCode to > generate cache key
It's a default behaviour of hashCode from Object class (when not overrode), which means it will return different hashCode even for objects that has the same values. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org