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

Is it possible to send map values from one vfpage to another vfpage with different controllers
if not then is there any possibilities to send a map.
You'll need to pass the information on the URL I'm afraid, as the second VF page is constructed with no information about the previous one. I usually handle this by setting each key/value from the map as a parameter and then extracting those in the second VF page constructor.