We are having the same problem. Our members can no longer register or renew online with our membership webform. Also we can no longer access our submissions through your website.
PLEASE HELP!!! The error message we receive is related to Webs.com (see below)
ERROR MESSAGE HTTP STATUS 500
The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: An exception occurred processing JSP page /formMail.jsp at line 223
220: com.freewebz.OutMessage m =
221: new com.freewebz.OutMessage("
form-processor@webs.com", email, "", "", "", "Webs.com: FORM RESPONSE", "");
222: int responseId = user.isPremium() ? 772 : 769;
223: Response resp = new Response(responseId);
224: FWString htmlBody = new FWString(resp.getHtmlBody());
225: FWString textBody = new FWString(resp.getBody());
226: htmlBody.replaceAll("{USERNAME}", user.getUsername());