Alberto Valverde wrote:
>
> +100 :) It also complicates validation code...

;-)

> Yep, agree...
> One thing just in case I'm missing something... Are you planning to
> introduce the "fieldset.field" syntax at display_field_for?? If true,
> I don't think it's a good idea:
>
> If you put in a form's template display_field_for("fieldset.age"),
> who wraps the field in the <fieldset></fieldset> tags??
>
> Maybe you already thought about  this but just in case...

You can do both:

display_field_for("fieldset")

will give you the fieldset output (wrapped as always inside
<fieldset>), or if you want you get TOTAL control over any field by
using for example display_field_for("fieldset.age") to display the age
field of a fieldset.

>
> fqf bye bye.... (No one displaying two forms in the same page, right??)
>

The problem is not displaying two forms on the same page, but one
validated form, this moreover doesn't make sense from an usability POV.

> Please take a look at the patch I've sent you... (sorry people, Trac
> is down :( )

Done, already replied.

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