hi, I have a little problem about RemoteForm.

from the description of RemoteForm:
A TableForm that submits the data asynchronously and loads the
resulting HTML into a DOM object

so the update element will get the result like "{'test': null}"

but how could I use the result variable at will? like this:
var display = function (result) {
   alert(result['test'])
}


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to