Error:Type mismatch: cannot convert from Long to Long
843836Jan 31 2005 — edited Feb 3 2005hi friends,
I've a problem.I've a JSP that does some long converions,and its working fine when i make it run on my machine i.e
(Running Tomcat5.0),but when I deploy this file on the server which runs Tomcat 5.5.7,it throws this error:
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 20 in the jsp file: /abc.jsp
Generated servlet error:
Type mismatch: cannot convert from Long to Long
Can anyone of you,tell me where i am going wrong???