oh brother, what a jerk… ok, corrected errors in directives…
put back orig directives he has in his example, namely:
<%@ page language=“java” contentType=“text/html; charset=ISO-8859-1” pageEncoding=“ISO-8859-1” import=“java.net.,org.json.simple.”%>
An error occurred at line: 13 in the jsp file: /ReceiveJSON.jsp
JSONObject cannot be resolved to a type
10:
11: URLDecoder decoder = new URLDecoder();
12: String strJSON = decoder.decode(request.getParameter(“strJSON”));
13: JSONObject objJSON = (JSONObject) JSONValue.parse(strJSON);
14:
15: String Message = objJSON.get(“msg”).toString();
16:
when click on 2nd button (IF I have already clicked on other button), get this error:
org.apache.jasper.JasperException: Unable to load class for JSP