Hi 
 
Im sorry previous mail contains wrong information. Please refer this one 
 
  
I have an abstract method calls 
Public abstract List<MapPlotPoint> getMapPlotPoints();
MapPlotPoint class contains getters and setters of following objects
Private Double lat;
Private Double longi;
Private String caption;
Private ILink link;
 
 
I added that to Map like this 
Map symbols = new HashMap();
Symbols.put("mapPlotPoints", getMapPlotPoints());
Below codings appear in my script DTD
<input-symbol key="mapPlotPoints" class="Java.util.List" required="no"/>
<foreach expression="mapPlotPoints" key="item" index="count"> 
    Var varCap = ${item.caption};
</foreach> 
 
I want to get lat,longi,caption and link value of all the instances of
MapPlotPoint class to the javascript
 
Please help me
Kushan Jayathilake
Member - Java Community Process (http://jcp.org)

Reply via email to