Re: [web2py] Re: Hide Error on SQLFORM

2010-07-27 Thread Thadeus Burgess
If I need to use a "workaround" to perform the most basic needs of a system, then that system is flawed to begin with. A form system, by its very nature of what it is, should require 100% customization ability without ugly, undocumented hacks. -- Thadeus On Tue, Jul 27, 2010 at 9:53 PM, Iceb

Re: [web2py] Re: Hide Error on SQLFORM

2010-07-27 Thread Thadeus Burgess
perfect. Thanks Massimo! I owe you one. -- Thadeus On Tue, Jul 27, 2010 at 7:32 AM, mdipierro wrote: > I looked into it. What you are trying to do was never supported. > hideerror was a machanism for allowing certain custom widgets to > explicitly hide error or decide where to display them.

Re: [web2py] Re: Hide Error on SQLFORM

2010-07-27 Thread Thadeus Burgess
This has been a problem for quite some time, I just did not get around to complaining about it again until now =) If I am to use a custom form (which I almost always do). Then I can't have my form elements going off and rendering their own errors now can I? Not very enterprisey of SQLFORM to just

Re: [web2py] Re: Hide Error on SQLFORM

2010-07-27 Thread Thadeus Burgess
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 wrote: > I am surprised it does not