Hi!
i am facing this problem--
i am using the useBean tag with the id,class and scope attributes all properly set to create an instance of my bean.This specific bean instance has the scope set to session as i intend it to last the session.With 1 session everything works fine but as soon as i start up another browser window and start a new session i get a ClassCastException.I have tried to use the type attribute in the useBean tag...but it does not work...i have tried up by changing the scope of the bean from session to request, application as well as page(but obviously the one that i need IS session)
Can anyone suggest me something to try.
Thanks,
Sonali.
i am facing this problem--
i am using the useBean tag with the id,class and scope attributes all properly set to create an instance of my bean.This specific bean instance has the scope set to session as i intend it to last the session.With 1 session everything works fine but as soon as i start up another browser window and start a new session i get a ClassCastException.I have tried to use the type attribute in the useBean tag...but it does not work...i have tried up by changing the scope of the bean from session to request, application as well as page(but obviously the one that i need IS session)
Can anyone suggest me something to try.
Thanks,
Sonali.