% String bgColor = request.getParameter("bgColor"); if (bgColor == null) { bgColor = "WHITE"; } %>
Testing a Background of "<%= bgColor %>"