On Jun 4, 10:34 am, Gera88 <[email protected]> wrote:
> Hello.
>
> I'v get an error while try to request.GET('category')
>
> Module site.controllers.service:67 in get_cat_name>>  cat_name = 
> request.GET('category')
>
> AttributeError: UnicodeMultiDict instance has no __call__ method
>
> In firebug:
>
> GEThttp://localhost/page/get_service_fullname?ajax=true&anotherval=anoth...
>
> 500 Internal Server Error
>                 377ms
>
> Is it GET?

Perhaps you want request.GET.get('category', 'default_category').
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to