In your form you specify the method as get.  Change it to post.

    <form action="/invite" method="post">


Robert




On Thu, Nov 18, 2010 at 22:15, Zeynel <[email protected]> wrote:
> On Nov 18, 10:09 pm, Gaurav Vaish <[email protected]> wrote:
>> Post.
>
> Thanks Gaurav. Can you tell why POST is not working in the code that I
> am using? And how to fix it so that I can use POST.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" 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-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to