For a project, I am encountering problems in displaying an image that is associated with another entity. A list view of the image entity nested within a list view of the other entity enables me to ultimately view all the images and their corresponding information. However, I’d like to be able to have a separate pop-up page from where one is able to view the images associated with the current object of the other entity. The association is of type reference with default ownership of the non-image entity.
↧