Hi there,

Currently I am using a checkboxlist to give a number of options to the
user, and then get back the options selected.

I did this by using **kw, such as

def usercatalog(self, **kw):
    if kw
          functions does what it needs to


however now I have need to add more functions to that page and using
**kw is not working.

now the function looks more like this..but adding **kw to the
parameters is not working
any ideas on how I could get the options selected to that function??

def usercatalog(self, ziplist, slist):


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to