Max Ischenko wrote:
> > You can use only one form and then the disabled_fields parameter, I
> guess it should work but I haven't actually tested it.
>
> I'll look into it, thanks.
>
> The problem is that I need to display those extra fields differently,
> e.g. in another (separate) table from the main list of fields.

You can use a custom form template, I think you can subclass it and
customize the update_data method so that you get a list of those
disabled fields into disabled_fields then you add a new section to the
template and display them here, put them out of the <form></form> if
you don't want to validate those fields. ;-)

Hope it works.

Ciao
Michele


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