I have a JSP page that contains a scriplet where I instantiate an object. I would like to pass that object to the JSP tag without using any cache.
For example I would
The original syntax was to reuse '<%= %>'
So
See this part of the Sun Tag Library Tutorial for an example