lift / framework

Lift Framework
http://liftweb.net
Apache License 2.0
1.27k stars 276 forks source link

RequestVar restore is less than optimal in Ajax calls #980

Open dpp opened 13 years ago

dpp commented 13 years ago

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.

indrajitr commented 13 years ago

Updating tickets (#919, #938, #950, #956, #976, #980, #982, #999, #1008, #1024, #1025, #1032, #1034, #1051)

indrajitr commented 13 years ago

Updating tickets (#950, #956, #976, #980, #982, #999, #1008, #1053, #1078, #1092, #1097)

Pushed pending tickets to 2.4-M5

indrajitr commented 12 years ago

Updating tickets (#956, #976, #980, #982, #1008, #1053, #1078, #1092, #1097, #1128)

andreak commented 12 years ago

This bug also manifests itself by RequestVars being not set in a form-field's assignment-callback. Full explaination here: http://groups.google.com/group/liftweb/browse_thread/thread/ceab00185e0b7419/6f3a092000a38637

indrajitr commented 12 years ago

Updating tickets (#906, #950, #956, #960, #976, #980, #982, #997, #999, #1008, #1053, #1078, #1090, #1092, #1097, #1128, #1134, #1155, #1168)

andreak commented 12 years ago

Re-opening as it introduced a regression mentioned here: https://groups.google.com/forum/#!topic/liftweb/gTkrnu8588o

github-importer commented 12 years ago

Imported from Assembla: http://www.assembla.com/spaces/liftweb/tickets/980

Shadowfiend commented 10 years ago

I thought this got fixed a while back with the special function in the function map that handles requestvar restoration?