@@ -69,6 +69,7 @@ public class ShowDataController {
Map res = new HashMap<String, String>();
res.put("snString", snString);
+ res.put("snList", snList);
return res;
}