FAQ
1. Could not perform validation checks for component as the class was not found
Turns out that if you are going to use a component as a composite key, the component must
Override equals
Override hashCode
Implement java.io.Serializable
1. Could not perform validation checks for component as the class was not found
Turns out that if you are going to use a component as a composite key, the component must
Override equals
Override hashCode
Implement java.io.Serializable
last edited 2006-07-17 13:41:50 by YoonKyungKoo