Re: MultipleHiddenInput outputs invalid HTML (#11843)

2009-12-21 Thread Russell Keith-Magee
On Tue, Dec 22, 2009 at 12:12 AM, Tobias McNulty wrote: > http://code.djangoproject.com/ticket/11843 > > This is a simple fix to a rather bothersome problem; if you need to do > anything with those hidden inputs in JavaScript there's no way to uniquely > identify them

Re: MultipleHiddenInput outputs invalid HTML (#11843)

2009-12-21 Thread Karen Tracey
On Mon, Dec 21, 2009 at 11:12 AM, Tobias McNulty wrote: > http://code.djangoproject.com/ticket/11843 > > This is a simple fix to a rather bothersome problem; if you need to do > anything with those hidden inputs in JavaScript there's no way to uniquely > identify them

MultipleHiddenInput outputs invalid HTML (#11843)

2009-12-21 Thread Tobias McNulty
http://code.djangoproject.com/ticket/11843 This is a simple fix to a rather bothersome problem; if you need to do anything with those hidden inputs in JavaScript there's no way to uniquely identify them without extending the widget and creating your own render() (not to mention the fact that it's