I'm confused about what I get when I use the <var> tag vs. the <set> tag. Both seem to create a value holder in the specified scope. But <var> says it creates a "flow variable" while <set> says it sets an "attribute". I can access either kind of thing in an OGNL expression.

Are they really any different?

Larry Edelstein
San Francisco, CA