In [3]:tf = widgets.TextField("foo", attrs=dict(maxlength=10))
In [4]:tf.render("hello")
Out[4]:'\n <INPUT NAME="foo" MAXLENGTH="10" TYPE="text"
CLASS="text_field" VALUE="hello" ID="foo">\n 'On 1/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > How can I add 'maxlength' to a widgets.TextField ?? > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

