Hi All!
I'm trying to call a method defined in a jsp that is in my webcontent web application.
I placed
<%@include file="method.jsp"%>
in the jsp from where I want to call the method.
I get an exception saying:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 247 in the jsp file: /replaceBlob.jsp
The method replace(String, char, String, String) is undefined for the type replaceBlob_jsp