Do you mean how to get POST info on that page? Have you read web.py tutorial? Look at http://webpy.org/tutorial2.en , there is info about POST handling.
On 9 май, 02:47, globalrev <[EMAIL PROTECTED]> wrote: > class signup: > def GET(self): > print render.signup() > > how do i get that info? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
