% String apptitle = request.getParameter("title"); String title = "OpenLaszlo Editor"; if (apptitle != null) title += ": " + apptitle; %>