<% String who = request.getParameter("who") ; if(who == null) { %> <% } else { %>

Hello <%= who %>

<% } %>