Hi all,
 
Question:
I've two collections in the session. A collection salesGroup and a collection salesPeople. salesGroup contains groupId and groupName. salesPeople contains salesUserName and salesGroupId (FK). How can i display all salesGroups and all salesUsers in it....
Like
Salesgroup1
    saleswoman1
    salesmen2 
    ...
Salesgroup2
    ...
 
Can somebody give an example of how to do this with nested tables ?
Thanks  !
 

Reply via email to