Steve,

res.addOutput("hello", "Hello World from AddClip");
final Output out = res.createOutput("editClipData");
out.setAttribute("editClipTitles", titles);
return res;


Looks like you need to add "out" to the response with a res.add(out);
res.createOutput does not automatically add it into the response.

Shash


http://keelframework.org/documentation Keelgroup mailing list [EMAIL PROTECTED] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to