i calling this piece of java code in jsp :
then it gives me the following error:
i use Eclipse SDK 3.2 for this project, using jre 16.02.
when i run in local server, it bangs me with the same error again and again...
what is wrong ?
from
Nick
Code:
List<Customer> list = Customer.listby_page(currentRs); ... ...
Code:
org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 35 in the jsp file: /admin/sendBulkSMS.jsp Generated servlet error: Syntax error on token "<", invalid AssignmentOperator An error occurred at line: 35 in the jsp file: /admin/sendBulkSMS.jsp Generated servlet error: Syntax error on token "=", != expected An error occurred at line: 35 in the jsp file: /admin/sendBulkSMS.jsp Generated servlet error: Syntax error on token(s), misplaced construct(s) An error occurred at line: 35 in the jsp file: /admin/sendBulkSMS.jsp Generated servlet error: Syntax error on token ")", : expected
when i run in local server, it bangs me with the same error again and again...
what is wrong ?
from
Nick
Comment