Well that makes sense,

Question at the moment I'm using,

service.executeEvent('user.login',{},"user.email");

I've yet to figure out the key to getting the email.  The example in
the Remoting docs uses a query, and parses the query.

Basically I want

function handleCallback(d){
alert("Email: "+d['USER.EMAIL']);
}

though in the end that value will go into a div.  I've tried using the
example I found on Ray Camdon's site, but he also gives the example of
a query, and parsing it into a struct.

I've done alert(d) and gotten that its an object.  I have
ServiceCapture, and I can see the result is passed back, but I haven't
figured out how to interpret it in javascript.

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to