On 14.09.2009 14:33, Thiago H. de Paula Figueiredo wrote:
Em Mon, 14 Sep 2009 00:02:44 -0300, Vangel V. Ajanovski <a...@ii.edu.mk> escreveu:
Then it might be related to how the filter works. The object
selectedPlan stays to null after selection and refresh.
Anyone any ideas?
This kind of error is typically cause by lack of proper equals() and hashcode() methods in the class that is put in a colletion.
Tried this and this does not help.
The selectobject component is backed by this:
    @Property
    private List<Plan> planList = new ArrayList<Plan>();

And Plan is an @Entity backed by Hibernate with equals and hashCode implemented based on the primary key.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to