request.setAttribute(PROP_Y, props.getProperty(PROP_Y, "0"));
request.setAttribute(PROP_Z, props.getProperty(PROP_Z, "0"));
request.setAttribute(ATTR_AUDIO, props.getProperty(PROP_AUDIO, AUDIO_DEFAULT));
RequestDispatcher rd = getServletContext().getRequestDispatcher("/clientSettings.jsp");
rd.forward(request, response);
}
protected void doEditCancel(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException
{