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
Its not encouraged to use Scriptlets in JSP page. It kills the purpose of a template language.