[Twisted-web] Re: [Nevow-commits] Generate ids for form elements and use it to relate labels to form inputs.

James Y Knight twisted-web@twistedmatrix.com
Sun, 29 Feb 2004 02:46:56 -0500


On Feb 28, 2004, at 7:12 PM, mg CVS wrote:
> Modified files:
> Nevow/nevow/freeform.py 1.22 1.23
> Nevow/nevow/test/test_freeform.py 1.10 1.11
>
> Log message:
> Generate ids for form elements and use it to relate labels to form 
> inputs.

Why doesn't this use context.key (+ a suffix perhaps) instead of a 
newly generated arbitrary number?

James