glenn schrieb:
I notice many people pass in key value pairs, but, well... I dont want
to have to - It seems I can almost get away with just passing in the
object (p) and I'd like to make this work.

I think you can actually also pass in model objects to the value argument of
forms but not just plain strings and that's what you are doing when you set

p = ''

in your code above.

Hint: try building the return dict from your controller step by step...

Chris

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to