Currently I alternate between passing values as rtexprvalues (<%= myObject %> ) or just passing tags the name of scoped attributes that the tag handlers can use to lookup the object themselves. Or, of course, you can use the body content and/or nest tags.
Now with
JSP 2.0 around the corner, we can finally (easily) use the expression language. Hurray!
Simon
[ January 23, 2003: Message edited by: Simon Brown ]