Form Updates

I have a window with 2 forms (Job & Trigger). The relation between the 2 entities is ManyToMany. I’m using JPAContainer as my container implementation. Let’s say I have “Job1” and “Trigger1” loaded into their respective forms. I associate the 2 from the Job form and save. The Trigger form should update accordingly (and vice-versa), but the issue is that it does not. I tried issuing a repaint request, but it doesn’t work. What might I be doing wrong?