-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RequestVar restore is less than optimal in Ajax calls #980
Comments
This bug also manifests itself by RequestVars being not set in a form-field's assignment-callback. |
Re-opening as it introduced a regression mentioned here: https://groups.google.com/forum/#!topic/liftweb/gTkrnu8588o |
Imported from Assembla: http://www.assembla.com/spaces/liftweb/tickets/980 |
I thought this got fixed a while back with the special function in the function map that handles requestvar restoration? |
Right now, request var restoration during Ajax calls is a whole lot less than optimal. Ajax calls should have state restored without any explicit state restoration calls.
The text was updated successfully, but these errors were encountered: