%@ page contentType="text/html; charset=UTF-8" import="org.unicode.cldr.web.*" %> <% String loc = WebContext.decodeFieldString(request.getParameter("_")); if(loc != null) { loc = SurveyForum.HTMLSafe(loc); } else { loc = ""; } String xpath = WebContext.decodeFieldString(request.getParameter("xpath")); if(xpath != null) { xpath = SurveyForum.HTMLSafe(xpath); } else { xpath = ""; } String retAction = WebContext.decodeFieldString(request.getParameter("a")); if(retAction != null) { retAction = SurveyForum.HTMLSafe(retAction); } else { retAction = request.getContextPath()+"/survey"; } String sess = WebContext.decodeFieldString(request.getParameter("s")); if(sess != null) { sess = SurveyForum.HTMLSafe(sess); } else { sess = ""; } String msg = WebContext.decodeFieldString(request.getParameter("msg")); %>