Hi Max

Thanks for your Answer.
So far i did this approach. I send the Id over width edit?id=2

in my controller i get the id and load the values from the database:

# this is just code from my head, i'm not soure is right synthax
@expose()
def edit(self, id):
        user = User.get(id)
        my_form = widgets.TableForm(widgets.TextField(name='user_name'))
        dict(form = my_form)

My Question how i can load my user data in the tableform. I think in
this could be with a parameter value=user.user_name but in real i have
my Table in a own table widget. The Synthax i could not exactly write
down. :-(

Thanks in Advance for any hint.

Best Regards Ivo

2006/5/19, Max Ischenko <[EMAIL PROTECTED]>:
>
>
> I think you'd be better of with DataGrid instead of FastDataGrid. The
> latter is designed to be used as is.
>
> Regards,
> Max.
>
>

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