Displaying 1 result from an estimated 1 matches for "doasneeded".
Did you mean:
asneeded
2007 Oct 23
0
AJAX call and data return through JSON in ROR
...9;) or if user hits a save button
with each data row.
Now one thing i am not sure about that when user hits button ''save
data; for a row,i execute the following
new Ajax.Request(''/saveData'', {method: ''post'',asynchronous:true,
evalScripts:true,onSuccess:DoASNeeded()});
which saves the data but i am not sure how to retrieve the primarky
key of saved record and update it async. to that row. i am not sure
how to retrieve PK of saved record and use it later for any
modifications.
please help
--~--~---------~--~----~------------~-------~--~----~
You received...