This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Using Map for a @DataModelnorman Apr 2, 2008 2:57 AM (in response to benmoore)#{propertyManager.properties} is not your @DataModel. Your @DataModel is #{properites}. 
- 
        2. Re: Using Map for a @DataModelbenmoore Apr 2, 2008 5:40 PM (in response to benmoore)Perfect... thanks! One remaining question: changes in the form don't change the backing Map, even though the javadoc for Map.Entry says changes to Map.Entry instances are reflected in the Map. It appears as though the <h:inputText value="#{propertyMap.value}"/> instances need a binding attribute. Is that right? What am I doing wrong? 
 
    