[web2py] Re: hideerror in widget not working

2012-08-26 Thread Jim Karsten
On Friday, August 24, 2012 4:16:30 PM UTC-4, Anthony wrote: For now, a workaround might be to subclass INPUT and replace the xml() method (http://code.google.com/p/web2py/source/browse/gluon/html.py#1692) so it doesn't check for hideerror and simply displays the widget without any error.

[web2py] Re: hideerror in widget not working

2012-08-26 Thread Massimo Di Pierro
Good catch. A variation of your patch is in trunk. On Sunday, 26 August 2012 18:54:23 UTC-5, Jim Karsten wrote: On Friday, August 24, 2012 4:16:30 PM UTC-4, Anthony wrote: For now, a workaround might be to subclass INPUT and replace the xml() method

[web2py] Re: hideerror in widget not working

2012-08-24 Thread Anthony
For now, a workaround might be to subclass INPUT and replace the xml() method (http://code.google.com/p/web2py/source/browse/gluon/html.py#1692) so it doesn't check for hideerror and simply displays the widget without any error. Anthony On Friday, August 24, 2012 3:30:02 PM UTC-4, Jim Karsten