How to display more than one attribute?

0
Hi, for example if i save multiple objects in one entity, how can i show all of those saved attributes under one attribute?  I will give example on online shop, if i add  to cart multiple articles and after customer enter their data, i want a pop up window to show their personal data(that works) and all the articles names and their prices? In my application it always shows the last article, so can someone help me?
asked
2 answers
0

Do you work with Assoications between your entities? Sounds to me like a classic 1:n association scenario

answered
0

How are you displaying the articles? Depending on your displaying preferences, add a list view, data grid or template grid to display all articles.

answered