I just migrated from Zope 2.3.2 on NT to Zope 2.7 on Win2k. I have a lot of pages where many selections are made (checkboxes) and then submitted to use a SQL method and create a report. On the old setup, hitting the back button would take me back to the form page with all the form selections/de-selections remembered. Now, this works with Mozilla but no longer with IE ? Any ideas?
Hello. It may not be the best idea to depend on browsers to maintain state for you. Ideally, you want to store the user's last selections in a list or some other data structure. This way you can reproduce these values in the event that you have to redirect the user to an error page. - Asad
This site is an internal corporate intranet and it seems the users were relying on this inadvertent *feature* quite a bit. I'm just curious as to what changed between v2.3.2 and 2.7 that would account for this? Asad Habib wrote:
Hello. It may not be the best idea to depend on browsers to maintain state for you. Ideally, you want to store the user's last selections in a list or some other data structure. This way you can reproduce these values in the event that you have to redirect the user to an error page.
- Asad
participants (2)
-
Asad Habib -
Erik Myllymaki