From a JavaScript function I sent a String with the following method:
zAu.send(new zk.Event(zk.Widget.$('$nuevaPeticion'), 'onNueva', resultado, {toServer:true}));
The string I send is the result. My intention now is to collect that String in a java class so I can manipulate it, but I can not find a way.