pageContext.setAttribute("lst", map, PageContext.REQUEST_SCOPE);
runMyTest("testLinkHrefIndexedMap", "");
}
public void testLinkHrefIndexedMapProperty() throws Exception {
SimpleBeanForTesting sbft = new SimpleBeanForTesting();
HashMap map = new HashMap();
map.put("tst1", "Test Message");
sbft.setMap(map);
pageContext.setAttribute("lst", sbft, PageContext.REQUEST_SCOPE);
runMyTest("testLinkHrefIndexedMapProperty", "");
}