Iam creating a tree structure in a column in a table on a
jsp. Example:
I will retrieve a list of accounts and each account in turn contains list of cars and each car in turn contains list of dealers.
Please help how to achieve the functionality using indexed properties or through some other functionality defined. If I have to submit the same
Thank you