username is not available on the welcome page

Posted by user640893 on Stack Overflow See other posts from Stack Overflow or by user640893
Published on 2011-03-02T13:14:41Z Indexed on 2011/03/03 15:25 UTC
Read the original article Hit count: 143

Filed under:

identify the reason why the username is not being displayed on the welcome page using the following code?

String custId = (String) session.getAttribute("customerId");
String emailId = (String) session.getAttribute("emailId");
String phoneNumber = (String) session.getAttribute("phoneNumber");
<body>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="70%" align="center" border="1">
<tr>
<td align="center">Welcome to Going Green !</td>
</tr>

© Stack Overflow or respective owner

Related posts about jsp