2011/8/25 digistam <[email protected]>: > Hi Anand, indeed the search results are always the same output
Then, there are couple of way to implement it. 1. Write a function to process the input and return the research results and call it from each post method. 2. write a class search with POST method and let each class extend from it. Anand -- 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.
