[web2py] Re: Component reshows validation messages.

2012-01-23 Thread Anthony
Do you have an old version of web2py.js? In the current version, it is: jQuery('.error', target).hide().slideDown('slow'); Note that the jQuery selector now includes target, which limits it to just the component div when the component is loaded. I think that should prevent the double display

[web2py] Re: Component reshows validation messages.

2012-01-23 Thread Jim Karsten
Yeah, my version is a bit dated. I'll have a look at the newer stuff. Thanks Anthony.