FYI
Ok i updated from svn again and now my app is getting the displayName/
name field properly, but accessing the gender field is the problem
again.

now what happening if i set the gender this way in my container
server ... $person->setGender('FEMALE');
and when i try to access it from app like this ->
own_pro.getField(opensocial.Person.Field.GENDER).key
i am getting "undefined" for "key" object, but in the "displayValue"
object i found "FEMALE".

and if set the gender this way .... $person->setGender(new
EnumGender('Female'));
now i am getting "undefined" in
own_pro.getField(opensocial.Person.Field.GENDER).key .... but i found
a new object in
own_pro.getField(opensocial.Person.Field.GENDER).displayValue...
and inside the "displayValue" object i found key => FEMALE and
displayValue => Female

i hope you are getting what i am talking about.




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Implementing OpenSocial Containers" 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/opensocial-container?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to