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