On 3/9/06, Jorge Godoy <[EMAIL PROTECTED]> wrote:
> It is an integer.
var getAnalisesToxicologia = function () {
var d = loadJSONDoc('/toxicologia/oberAnalises',
{'tipo_id':getElement('form_tipo_id').value});
d.addCallbacks(gotMetadata, metadataFetchFailed);
};
var gotMetadata = function (payload) {
//...
}
Should be fine then.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---