Skip to content
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

ajaxSubmit actions are not re-invoked when retries occur #1290

Merged
merged 1 commit into from Jul 12, 2012

Conversation

davewhittaker
Copy link
Member

See the discussion here: https://groups.google.com/d/msg/liftweb/q21dIosJ_oY/p3WgQDeEMmAJ

Because buttons aren't serialized with the rest of a form's fields, Lift sets a global liftAjax.lift_uriSuffix variable to the function id of the button that was clicked. Currently, that value is only sent during the first request and isn't stored with the rest of the form data for use during a retry. I've got a fix coming today to take care of that.

@ghost ghost assigned davewhittaker Jul 10, 2012
@Shadowfiend
Copy link
Member

By the way, I've tried the solution we proposed on the thread, and it does seem to work.

@Shadowfiend
Copy link
Member

And so, +1 ;)

@fmpwizard
Copy link
Member

+1

1 similar comment
@andreak
Copy link
Member

andreak commented Jul 11, 2012

+1

@davewhittaker davewhittaker merged commit dde5c0b into master Jul 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants