jsp and sessions
while retriving array from session i am getting ClassCastException .how to resolve this error.
snipet code is as
for(int i=0;i<bmdto.length;i++)
session.setAttribute("books",bmdto);
|
|
BookMaster bmdto[]=(BookMaster[])session.getAttribute("books");>

