[json controler] extraargs in js_component contains unicode keys which may not be given as argument names
--- a/web/views/basecontrollers.py Thu Jan 06 11:56:06 2011 +0100
+++ b/web/views/basecontrollers.py Thu Jan 06 17:47:50 2011 +0100
@@ -419,7 +419,7 @@
**optional_kwargs(extraargs))
#except NoSelectableObject:
# raise RemoteCallFailed('unselectable')
- return self._call_view(comp, **extraargs)
+ return self._call_view(comp, **optional_kwargs(extraargs))
@xhtmlize
def js_render(self, registry, oid, eid=None,