Hi
in the process of reading this article:
Character Conversions from Browser to Database, i used this
jsp directive as in the article:
but i get an error message, saying:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 1 in the jsp file: /jsp/sayhello.jsp
Syntax error on token "pageEncoding", VariableDeclaratorId expected after this token
1: <% @page pageEncoding="ISO-8859-1" contentType="text/html; charset=ISO-8859-1" %>
as i dont know how to sort this out, here i am asking for help
(as a curiosity, if i comment that line out, i can run the code without any problem)
thanks in advance