Hi,
I am trying to build a war for my application using
Ant. I am getting a compilation error in a few jsps -
cannot resolve symbol
symbol : method getTotalSalesCerdit ()
location: class com.bofa.csar.dsowebplan.vo.ReportHeader
out.print(String.valueOf(rh.getTotalSalesCerdit())); //[ /DailyFinalRecap.jsp; Line: 375]
rh here is a bean class ReportHeader. The method above that cant be found is present there in this class(I have checked spelling and all).
Can someone help me out on this? What could be the reason for this error?
Thanks and Regards,
Rahul.