calling servlet in jsp

hello everybody,

i would like to develop a small wepapplication use servlets&jsp

.when i set an attribute in servlet that i need call to my index.jsp

i wrote <%=(String)request.getAttribute("username")%>

am getting null value.Please help how i get value...

Thanks in advance...

[326 byte] By [anilmekala.reddya] at [2007-11-27 9:13:46]
# 1
Do you set the attribute in the servlet?Does the request from the servlet is redirected to the jsp?Manuel Leiria
manuel.leiriaa at 2007-7-12 22:01:26 > top of Java-index,Java Essentials,Java Programming...