RavenclawDev: returning frame from a back end
Svetlana Stenchikova
svetastenchikova at gmail.com
Tue Oct 10 17:41:08 EDT 2006
Hi,
How should a back-end function of a ravenclaw dialog manager format a
frame?
For example, I am expecting to get a "error" parameter from:
CALL("java_be.add_event <event_add error>backend_error")
backend_error is declared as:
BOOL_SYSTEM_CONCEPT(backend_error)
In the java back-end:
public GFrame serverOpAddEvent(GFrame f) {
...
GFrame eventAdded = new Clause("event_add");
eventAdded.setProperty("error", "false");
return eventAdded;
}
But the backend_error in DM does not get initialized.
Is there a particular way that the return GFrame from the backend server has
to be generated?
Thank you,
Svetlana
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20061010/e2a9d26f/attachment-0001.html
More information about the Ravenclaw-developers
mailing list