I dont have too much experience with JSP. But i dont know why this code fails.
<%
String palabra=(String) request.getAttribute("expd");
System.err.print(palabra);
String fec=(String) request.getAttribute("fecha");
System.err.print(fec);
public String contarCaracteres(String pa){
}
%>
Illegal modifier for the variable contarCaracteres; only final is permitted.
Anyone can help?? Probably i need several imports of java in my jsp, but i dont know who classes import of java to prevent the error. Thx