"Michele Cella" <[EMAIL PROTECTED]> writes: > The two forms I'm talking about are two different forms that happens to > have some fields with the same name, anyway they will be validated and > handled by two different methods so you can use a different error > handler to redisplay them separately.
I saw that on Alberto's post. :-) Thanks. >> For validation this is true, but I'm still interested about how to redisplay >> just one form and keep the rest of the screen intact if I have, e.g., three >> forms. >> > > That seems a pretty bad UI to me, what's the use case you're trying to > solve? Not me, but I was thinking about the Tab / Tabber widget... If it behaves like multiple pages, then this wouldn't be an unusual use case. > That's what you can do (but it seems you haven't done) and I'm going to > remove... ;-) :-) I'm more interested in the form contents than in the form by itself... Even for auto-generated group of forms (I explained that on the other message -- several simple forms just to groups some data). >> Sorry, but why would display_field_for receive two forms at once? >> > > That's the confusion I was talking about as you can see... > display_field_for receives the name of the field you want to display > not a form. But how is this name sent to it? Isn't it done one form at a time? > It's totally backward compatible, it's my impression that no one and > also you (from what you're saying) never used the full_qualified_form = > True attribute (it's not easy to use ATM), so no problem from a > backward compatible way. :-) 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? -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
