"Karl Guertin" <[EMAIL PROTECTED]> writes:
> 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.
No, it isn't. It always triggers metadataFetchFailed. Probably something to
do with POST x GET since I get an error saying that this tried accessing my
default() method and not my obterAnalises() method. (The error says that it
tried accessing default() with obterAnalises as its first parameter.)
Thanks,
--
Jorge Godoy <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---