Ciao gente non riesco a convertire un valore String in Integer, idee?
Ho questo errore:
Stacktrace: org.apache.jasper.JasperException: An exception occurred processing JSP...
la porzione di codice interessata:
<%
String fid = request.getParameter("id");
int sID = Integer.parseInt(fid);
String sfName = "";
String slName = "";
String sTel = "";
String sFax = "";
String sMail = "";
String sAddress = "";
String sCompany = "";
String sComment = "";
%>

Rispondi quotando

