pageContext.setAttribute("lst", map, PageContext.REQUEST_SCOPE);
runMyTest("testButtonPropertyIndexedMap", "");
}
public void testButtonPropertyIndexedMapProperty() 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("testButtonPropertyIndexedMapProperty", "");
}