Javaサーブレットプログラムを作成しましたが、実行すると、エラーHTTPステータス500が表示されていました-null意味; 私のソースコードはこのページにあります。
エラーは
HTTP Status 500 - null
type Exception report
message null
description The server encountered an internal error that prevented it from fulfilling this request.
exception
java.lang.NumberFormatException: null
java.lang.Integer.parseInt(Unknown Source)
java.lang.Integer.parseInt(Unknown Source)
skypark.Registration.doPost(Registration.java:56)
javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
これを解決するのを手伝ってください...