You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "VU, Thi Thu Thuy" <th...@sap.com> on 2010/05/12 15:09:16 UTC

Name undefined in SocialHelloWorld gadget

Hello,
I code shindig with my own DB, but when i run gadget SocialHelloWorld of Shindig, I can display only one person with undefined name (that means, with json db of shindig, it can display john.doe, and with my own db, it displayed "undefined").
I debugged my program but I can't figure out the problem.
Could you help me?
Thank you very much.

Re: Name undefined in SocialHelloWorld gadget

Posted by franck tankoua <ft...@gmail.com>.
hi.
Are you able to get what you want by using the direct url (
http://localhost:8080/social/rest/people/john.doe ) ?
I think this is where you should start before even getting to the Gadget
debugging.

On Wed, May 12, 2010 at 3:09 PM, VU, Thi Thu Thuy
<th...@sap.com>wrote:

> Hello,
> I code shindig with my own DB, but when i run gadget SocialHelloWorld of
> Shindig, I can display only one person with undefined name (that means, with
> json db of shindig, it can display john.doe, and with my own db, it
> displayed "undefined").
> I debugged my program but I can't figure out the problem.
> Could you help me?
> Thank you very much.
>



-- 
Franck

RE: Name undefined in SocialHelloWorld gadget

Posted by "VU, Thi Thu Thuy" <th...@sap.com>.
I found the problem, anyway, thx

-----Original Message-----
From: VU, Thi Thu Thuy [mailto:thi.thu.thuy.vu@sap.com] 
Sent: mercredi 12 mai 2010 15:09
To: dev@shindig.apache.org
Subject: Name undefined in SocialHelloWorld gadget

Hello,
I code shindig with my own DB, but when i run gadget SocialHelloWorld of Shindig, I can display only one person with undefined name (that means, with json db of shindig, it can display john.doe, and with my own db, it displayed "undefined").
I debugged my program but I can't figure out the problem.
Could you help me?
Thank you very much.