On Sunday 29 August 2010 9:18:16 am mdipierro wrote:
> If you specify a ``field.length`` ('string defaults to 512) you get a
> default validator that will give errors if you try to insert more than
> ``length`` chars.
>
> By doing this you write code that is not portable. Why? How is this
> different in practice than doing ``default=request.now``?
>
> Massimo
>Blame it on not enough coffee, but I seem to be missing what you are getting at in the above :) -- Adrian Klaver [email protected]

