I'm working on a web app that calls in a dynamic map service inside a ESRI:Map object. What I want to accomplish, is to have a radio button control, that when the user selects it, the map projection of the service is changed, and redrawn appropriately on screen.
What I have currently is the radio button controls changing the WKID to the new map projection, but the map doesn't change.
I'm looking for a way to cause the map object to request the map with the updated WKID.