struts request value?

hi,

in struts after getting data from database,

i set values to arraylist,

-

ArrayList alist = viewProjects(user);

if(alist != null && !alist.isEmpty())

{

request.setAttribute("listofPorjetcts",alist);

}

-

i try to access this listofPorjetcts object in jsp page i am getting error

javax.servlet.ServletException: Cannot find bean projectlist in any scope

can any one help how to get this object and display values?

thanks

sai

[526 byte] By [saireddydevi@yahoo.coma] at [2007-10-3 1:33:28]
# 1
hi,already solve problem.donot reply,thankssai
saireddydevi@yahoo.coma at 2007-7-14 18:31:28 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...