标签: java spring jsp
是否可以以Spring的形式访问内部地图(外部地图的值):输入标签,像这样?
Map<Integer, Map<Integer, MyObject>> // my map structure <form:input path="map[4].[13].foo" /> //shows error
foo是MyObject类的一个字段,带有创建的getter和setter。