Get request object from EL function

If you have an EL function (as a public static method) that's being used in a JSP, how can that method get access to information about the current request or session - is it possible?Thanks.
[205 byte] By [lightbulb4321a] at [2007-11-27 5:26:06]
# 1
You could pass the request as a parameter to the function, but thats the only way I can think of.
evnafetsa at 2007-7-12 14:46:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...