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 <elf...@yahoo.com> 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?

Reply via email to