Hi, I', developing a widget using OpenSocial 0.7 for Friendster. I want to make a AJAX call from my widget. Here's what i'm doing-
<Content type="html" view="canvas"> <![CDATA[ <script src="http://www.google.com/jsapi"></script> <script>google.load("prototype", "1.6.0.2");</script> <p onclick = "<%= remote_function(:update => 'summary_div', :url => {:controller => 'widgets', :action => 'test' } ) %>"> Click Here</p> ]]> </content> ========== I'm getting 404 error! leaves me in higgledy-piggledy situation. Can i have an idea about what should I do, from one please? --~--~---------~--~----~------------~-------~--~----~ 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-api@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---