I receive the following error when running my application. I am running Weblogic 81. Any suggestions would be appreciated. If further info is needed let me know – thank you.
Compilation of ‘C:\bea\user_projects\domains\bapdomain\myserver\.wlnotdelete\extract\myserver__appsdir_BAP_war_BAP\jsp_servlet\__bap_viewreport_main.java’ failed:
——————————————————————————–
C:\bea\user_projects\domains\bapdomain\myserver\.wlnotdelete\extract\myserver__appsdir_BAP_war_BAP\jsp_servlet\__bap_viewreport_main.java:263: cannot resolve symbol
probably occurred due to an error in /BAP_ViewReport_Main.jsp line 46:
<%=sv.getReportResultsFooterString()%>
——————————————————————————–
Full compiler error(s):
C:\bea\user_projects\domains\bapdomain\myserver\.wlnotdelete\extract\myserver__appsdir_BAP_war_BAP\jsp_servlet\__bap_viewreport_main.java:263: cannot resolve symbol
symbol : method getReportResultsFooterString ()
location: class BAP.SessionVariables
out.print(String.valueOf(sv.getReportResultsFooterString())); //[ /BAP_ViewReport_Main.jsp; Line: 46]
^
1 error