Thank you. I have set ajax = True and the line works now. What is the reason for this requirement?
On Oct 30, 2:52 am, mdipierro <[email protected]> wrote: > I am not sure this works unless you do it with ajax=True. I need to > check. > > On Oct 29, 1:50 pm, Luther Goh Lu Feng <[email protected]> wrote: > > > > > > > > > In one of my views, I loaded a component using: > > > {{=LOAD('comment', 'conversation_dropdown.load', vars={'dashboard':True}, > > ajax=False)}} > > > In the action: > > > def conversation_download(): > > return{'test':request.vars.dashboard} > > > In conversation_dropdown.load, {{=test}} evaluates to none. > > > Have I gotten the syntax wrong somewhere?

