Clearing a apex_collection
795070Feb 25 2011 — edited Feb 28 2011Good day, I have this navigation list which contains "Skills and Identifications" and I have an apex_collection from query_b.
When I click the Skills Navigation It must show all the skills in my apex_collection which I got it right. Now , my problem is when I click the Identification It will not show the Identification Information it will still show the skills information in my collection, It will not clear the collection. I tried using APEX_COLLECTION.DELETE_ALL_COLLECTIONS_SESSION it works but the problem with it I cannot add a member to my collection. How will I resolve this problem?