You need to sign in to do that
Don't have an account?

Access specific values from Apex map in VF
Hello,
i am wondering if it is possible to access specific values of a map in a Visualforce page.
I would like to iterate over a map and select a specific value in the map by referencing its key.
For example like this: {!Map.key} gives out the value of the given key.
Is this in any way possible?
Regards,
hoomel
Hoomel,
This issue has been discussed earlier in this forum --
http://forums.sforce.com/t5/Visualforce-Development/Iterating-over-a-List-of-Maps-in-VisualForce/m-p/161537
Naveen