Using Django v1.0.2.  Didn't see or find anything obvious, so I thought
I would ask.

In my specific example, I would like to save the output value from the
'length' template filter so that I can send it to the 'expr' tag (expr
is a tag that allows you to effectively execute python statements and
save the result to another template variable).  I could make a specific
tag or filter, but I thought it would be more general purpose to be able
to save the length value and pass that in to expr to use in an equation
(need to multiply the length of a list).

Assuming Django native template can't do it (which is what it looks
like), anybody know of any tags that can do this?
-- 
Adam Stein @ Xerox Corporation       Email: a...@eng.mc.xerox.com

Disclaimer: Any/All views expressed
here have been proven to be my own.  [http://www.csh.rit.edu/~adam/]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to