the request seems to be fine, "/gettags" is  being called with no
errors, I guess my problem is the jquery callback isn't firing up.

function (data ,textStatus){element.innerHTML = data; }

Prior to this jquery request was  "/puttags"  to write tags,
consecutively the requests are "puttags" then immediately request
"gettags" to read what was just written, i wonder if this would have
an effect on the jquery callback on the production server?

On Jun 16, 9:53 pm, "Nick Johnson (Google)" <nick.john...@google.com>
wrote:
> Hi loell,
>
> On Tue, Jun 16, 2009 at 8:00 AM, loell <loellanth...@gmail.com> wrote:
>
> > $.post("/gettags",{ppa_name: '{{ppaname}}' }, function
> > (data ,textStatus){element.innerHTML = data; } )
>
> We need more details in order to help you with this. Have you checked the
> request logs in your admin console, to see what happens when this request is
> made?
>
> -Nick Johnson
>
>
>
> > I'm puzzled why this piece code is properly working on localhost, but
> > when  deployment it won't.
>
> > does jquery's "post" method works for you? or are there any caveats
> > that i should know?
>
> --
> Nick Johnson, App Engine Developer Programs Engineer
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to