Not sure I understand your question but if an 'a' is entered then the browser sends "GET /ac/?q=a&limit=150 HTTP/1.1". I want i=web.input to pick up the q=a and limit=150.
Btw, I noticed an error in my code ie. to pickup q=a and limit=150, I should have something like q=i["q"] and limit=i["limit"]. I made this change but it still doesn't work. The error is the same ie. TypeError: GET() takes exactly 1 argument (2 given) localhost - - [07/Apr/2008 06:46:19] "GET /ac/?q=a&limit=150 HTTP/1.1" 200 - On Apr 7, 7:10 am, "Hermann Kaser" <[EMAIL PROTECTED]> wrote: > What does your urls entry for index look like? It seems you've either > forgotten to include the parameter in the def GET declaration, or you > left a group match in the regular expresion. > > -- > Hermann Käserhttp://theragingche.com/http://semicir.cl/user/hermzz --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
