while jquery uses GET or POST as the default for many 'ajax' calls quite arbitrarily:
1- You can explicitly call a GET or POST as a function 2- Most functions have GET/POST params to override the function IIRC, i think one of the LOAD options uses GET, but pylons wants POST for the @auth decorator... so the last arg to load is "POST', and then json uses POST not GET --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
