Hello, We have a web2py application that loads results from a database and navigates/displays the results by passing the primary key in the URL and reading the number using request.args. For example, below would display record number 1500 in the DB. If you clink the navigation tab below it it will pass you on to the next record, 1501.
https://x.x.x:8081/app/controller/view/1500 The app looks similar to webmail or outlook with the record IDs on the left and other content for that record on the right hand block. We want to be able to poll individual parts of the page, say the navigation side to update with new records. The issue I am having is when you seperate the page components into separate .load files all of the request.args functions are of course broken. I think there is a way to solve this but I just do not understand it well enough to know where to start. I may be going about this all wrong and wanted some input. . Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

