Period in map key name causes property lookup to fail -----------------------------------------------------
Key: DISPL-364 URL: http://jira.codehaus.org/browse/DISPL-364 Project: DisplayTag Type: Bug Versions: 1.1 Reporter: Joe Mays Suppose I have a list of map objects called "listOfMaps" where each map has the following key/values: "one", "1" "two.three", "2.3" <display:table name="${listOfMaps}"> <display:column property="one" /> <display:column property="two.three /> </display:table> I'll get: one two.three 1 1 ... The value for "two.three" doesn't display - it looks like this is because with an object you would find the property via obj.getTwo().getThree(), but with a map you want map.getKey("two.three"). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel