no, there isn't. the list:string widget is still attached to a single field, and the error message is attached to that field only.
if you want to do a custom validation on each input, you should just use a custom form On Saturday, February 13, 2016 at 2:59:24 PM UTC+1, Pierre wrote: > > Hi everyone, > > I have a sqlform to display a list:string field form and an onvalidation > function to check each data entry of the list. The error message always > shows at the bottom of the form whereas I would like to identify the > precise data entry responsible for that error (show the error in the > related row). > > Is there a way to do this ? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

