posted 13 years ago
Hi all,
There is component for which value is oftype Hashmap in backingbean.
<h:outputText value="#{bean.map}" id="maptext" />
Now i am changing value for one key in Hashmap and When i am rerendering the component outputtext but it is still showing the unchanged map.
But in backing bean map is getting altered.
Any pointer why is this happening.