Changeset 68 for gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java
- Timestamp:
- 09/13/11 09:39:11 (14 years ago)
- Location:
- gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java
r67 r68 358 358 } 359 359 map.put("name", exp.getName()); 360 map.put("groupId", exp.getMetaexpId() );360 map.put("groupId", exp.getMetaexpId().toString()); 361 361 result.put(exp.getPK().toString(), map); 362 362 } -
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/ResourceChart.java
r67 r68 151 151 } 152 152 map.put("name", exp.getName()); 153 map.put("groupId", exp.getMetaexpId() );153 map.put("groupId", exp.getMetaexpId().toString()); 154 154 155 155 model.setExperimentConfiguration(map);
Note: See TracChangeset
for help on using the changeset viewer.