I can do that then load the component separately to test it as you
suggested.

But it still feels a bit wrong. Why can't web2py tell me where the
error has occurred?

On Sep 24, 7:37 pm, pbreit <pbreitenb...@gmail.com> wrote:
> Can you print each component name? Maybe like:
>
> {{for component in componentlist:}}
>     {{=str(component.function}}
>     {{=LOAD(f=component.function, extension="load", ajax=False,
> ajaxTrap=True, args=component.args, vars=component.vars)}}
>     <br>
> {{pass}}

Reply via email to