Jorge Godoy wrote:
>
> But how is this name sent to it?  Isn't it done one form at a time?

the display_field_for is a method you call in a given form, if you have
two forms:

contact_form.display_field_for("name")
whatever_form.display_field_for("name")

> So, for me it is OK.  Should we think on the Tab/Tabber or just try solving it
> again if problems arise in the future?

We decided that in TG core we should not have a Tab/Tabber widget that
provides a Layout.

Anyway as I said, if someone really needs two or more forms in the same
page we can easily solve our problems in a *very* nice way by using a
transparent mechanism like the one I described.

I can implement it, as a first step I would like to remove the fqf
thing, then implement that mechanism.

Ciao
Michele


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to