Hello , How can I pass user preference to a gadget with content type URL.
<UserPref name="message" display_name="message" required="true" datatype="bool"/> <Content type="url" href="http://test-UserPref.appspot.com? param=__UP_message__"> http://test-UserPref.appspot.com : This is the python google app engine application which requires the value of this user preference parameter. When I fetch the value of the message user preference in python code using self.request.get('message')) it is displaying blank. Can anybody please let me know how to pass the user preference parameter to my python application using content type url. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
