J2EE question

Is there a way to access a static constant variable from within a JSP without using a scriptlet? That is, without using <%= MyClass.MY_CONSTANT %>.

Thanks for your help,
Rob

Not that I’m aware of, but I haven’t done J2EE since last summer.