I have A with a @OneToMany to B (and B with a @ManyToOne back to A).
But when I view A's:
* show.jspx, I see no references to B whatsoever: see other, ad hoc thread and Jira ticket.* update.jspx, I only see the message "This relationship is managed from the <B> side." instead of a list of my Bs.Is this the current implementation, or is there something wrong with my design (for example the cardinalities).


Reply With Quote