Guys, I finally solved this issue. It is a bug in google API. Somewhere in the API either it is being unescaped mistakenly or they forgot to escape it.
Essentially the solution is to escape parameters twice before you pass the parameters to a different view and unescape it once after you receive it in appropriate view. Hope this helps somebody. Google, if you fix it, please let me know so I can adjust my code appropriately. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
