|
JSP Is
like any other class, it has access to static methods of other classes, if you
are talking about a static method of the class defined by the JSP you are in a
problem since that class doesn't exist until a call to the JSP loads
it.
|
- Calling a static method from JSP Dinesh
- Re: Calling a static method from JSP Lee Elenbaas
- Re: Calling a static method from JSP Carsten Heyl
