I have an application having the layout as :-

INDEX controller generates a view which have some drop-down and calls 
another controller RESULTS :

Snippet :
<form enctype="multipart/form-data" method="post" 
action={{=URL('default','results')}} >

Now the RESULTS controller creates a grid and populates the view 
corresponding to RESULT controller.

PROBLEM :-

When I view/edit any entry of GRID, then on using the browser back button, 
I get the following message :-

Document Expired (Firefox)
Need to conform form resubmissions (ERR_CACHE_MISS) -- Chrome

In the RESULTS controller, I just query request.vars for variables and 
store them in session and later on clear the session once the GRID is 
populated.

I don't see this problem if I use the BACK button provided by the GRID 
itself (URL contained a signature - Is it causing it to work?)

Can any one please suggest on how to address this problem. This is very 
annoying problem.

Thanks in advance
Sarbjit

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to