>
> return(value=permitq, files=False, permitType=permitType, idNo=id, 
> photo=False, model=m)
>
> Suddenly, after working fine.  My mako template raises undefined error for 
value.   ${value['ID']} while still accessing ${model}.

dump() or dir() only show half of the return dict variables.  The only way 
I can now access value is by ${context['value']['ID']].

Only photo, permitType, and model are available as before with ${key},  the 
others i can still get only by ${context['key'].   Especially strange as 
photo and files are the same vairable.  One passes the other doesn't.

Any ideas on strange behavior?  I created completely new virtualenv and 
still same results.  So something, somewhere in the app is causing issues.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to