[Grok-dev] using **kw in a View's Update?
Jeroen Michiel
jmichiel at yahoo.com
Tue Feb 3 05:48:21 EST 2009
I'm trying to make a view that can handle any request data fed to it by
declaring the update function as:
def update(self, **kw):
self.params = kw
However, it seems params is always empty???
--
View this message in context: http://www.nabble.com/using-**kw-in-a-View%27s-Update--tp21807538p21807538.html
Sent from the Grok mailing list archive at Nabble.com.
More information about the Grok-dev
mailing list