A servlet or anything that returns the result of JSTranslater used on a DataSource instance will work. If the DataSource is loaded on the fly rather than at page load time, you can use RPCManager to send an rpcRequest to the servlet - with useSimpleHttp:true and evalResult:true this will cause the DataSource to be loaded and you will be able to call the client-side DataSource.get("id") method.
Comment