% String Type = "Hotel"; if(request.getParameter("Type") != null) Type = request.getParameter("Type"); String TypeText = Type; %>