It is the INPUT widget that upon serialization displays the errors. I can see it may be a problem with custom widgets.
On Jul 27, 4:42 am, Thadeus Burgess <thade...@thadeusb.com> wrote: > There is no possible way it can. Looking through the source code, it > never passes along the extra attributes to anything. The current way > the widgets are implemented never use attributes passed to them. > > -- > Thadeus > > On Tue, Jul 27, 2010 at 4:13 AM, mdipierro <mdipie...@cs.depaul.edu> wrote: > > I am surprised it does not. can you help debug. > > > Try form.errors.clear() > > > On Jul 27, 2:29 am, Thadeus Burgess <thade...@thadeusb.com> wrote: > >> I don't get it.... > > >> SQLFORM.factory(Field....., hideerror=True). > > >> It doesn't do what its supposed to. > > >> How can I make sure that none of my widgets render errors alongside > >> their own INPUT elements without rewriting everything in sqlhtml? > > >> -- > >> Thadeus