Hello

I use the following code:
<script type="text/os-data" xmlns:os="http://ns.opensocial.org/2008/
markup">
           <os:OwnerRequest key="owner" />
            <os:PersonAppDataRequest key="data" method="appdata.get"
userId="@owner" appId="@app" fields="ANIME_URL" />
        </script>


        <script type="text/os-template" xmlns:os="http://
ns.opensocial.org/2008/markup" xmlns:osx= "http://ns.opensocial.org/
2009/extensions">
            <br /><div style="text-align:center;" if="$
{data.ANIME_URL != null}"><img src="${data.ANIME_URL}" alt="Anime
Manga Poster" border="0" /></div>
            <br /><div style="text-
align:center;"><osx:NavigateToApp>Select Anime Poster!</
osx:NavigateToApp></div>
        </script>


I get null for data.ANIME_URL.

What is wrong?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to