You might have a better chance of getting an answer on the shindig mailing list.
---------- Forwarded message ---------- From: rbaxter85 <rbaxte...@gmail.com> Date: Wed, Jun 17, 2009 at 7:28 PM Subject: [OpenSocial] Preferences Not Working in Shindig Container To: OpenSocial - OpenSocial Application Development < opensocial-...@googlegroups.com> My application has a few preferences that the user needs to set. However I cannot seem to get the preferences of my open social app to show up when I click settings. I am using a tomcat server on my local machine with shindig. Could someone please help? <?xml version="1.0" encoding="UTF-8"?> <Module> <ModulePrefs title="Test"> <Require feature="opensocial-0.8" /> <Require feature="setprefs"/> </ModulePrefs> <UserPref name="mylist" display_name="Add Search Terms" datatype="list" required="true"/> <Content type="html"> <![CDATA[ <iFrame frameborder="0" style="width:100%; height:100%;" src="http:// www.google.com"/> ]]> </Content> </Module> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to opensocial-...@googlegroups.com To unsubscribe from this group, send email to opensocial-api+unsubscr...@googlegroups.com<opensocial-api%2bunsubscr...@googlegroups.com> For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---