Hi, I'm encountering a bit of a problem with adding an entry to TableView.Column. The class field of the TableView below [Attachment 1] shows the getClassName() of HashMap instead of expected result.
Writing out the value of the HashMap to the std out shows me the HashMap gives me the expected results, but it doesn't show up in TableView. [Attachment 2] The Javadoc entry shown by Eclipse for put() is: String org.apache.pivot.collections.Map.put(String key, String value) Sets the value of the given key, creating a new entry or replacing the existing value, and firing a corresponding event. I don't seem to be doing anything wrong. Can I get some help here? -- Thanks and regards, Ajay Bhat