%@ page language="java" %> <%@ page import="com.xoomers.util.*" %> <%@ page import="com.xoomers.db.*" %> <% String firstname=(String)request.getSession(true).getAttribute("firstname"); String lastname=(String)request.getSession(true).getAttribute("lastname"); String user=(String)request.getSession(true).getAttribute("user"); String password=(String)request.getSession(true).getAttribute("password"); %>
Hi <%= firstname %>,
You've been successfully registered. Here's your user information:
You have 50 points to start playing with. Have fun!