zaf schrieb: > Sorry, my bad, I typoed... > My table objects are called like item and my classes are called Item. > the return type I get is myapp.model.Item and not item.
But in the template you get an myapp.model.item object? There is no magic that would convert a passed value in such a way, so I bet you'll have somewhere a subtle mistake in your controller or template code. Can you show us the code on the pastebin? -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

