Just return a dict of dicts -->
return dict(dict1={'one':1,'two':2},dict2={3:'three',4:'four'},
dict3={'hi':'mom'})
> Yes, I realized this is a python issue, and found my python manual
> telling me that I could combine several dicts in the return statement
> by making a tuple out of them, just listing them one by one, separated
> by a comma.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---