Hi Folks, I got a little web.py-Script which takes the GET-Data of a Formular and uses popen to grep this input-data in a textfile. Now every time, I call the page with the search term in the url, the results of the grep command get appended to the list in the template. But why this? I already render the template with cache=false and the grep command works fine. For example, it returns 1 line from the file and this line gets append every time I refresh the page.
I can provide code snippets, but as I am new the web.py I'm not sure which one. Greetings! -- You received this message because you are subscribed to the Google Groups "web.py" group. To view this discussion on the web visit https://groups.google.com/d/msg/webpy/-/YITXdhKPfUAJ. 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.
