Re: java.lang.ClassCastException: AuthBean

2001-03-15 Thread Pater Pandoson
"TAI Wai Wang, Leo" wrote: Hi! Have u tried to test the AuthBean independently? Does the bean try to cast one object to another object? I think, there are some problems in your beam when casting. Try to modify the classes relationship, eg: one class is the superclass of another. It may be

Re: java.lang.ClassCastException: AuthBean

2001-03-15 Thread Joel Cordonnier
sday, March 14, 2001 8:40 PM Subject: java.lang.ClassCastException: AuthBean I have been writing an app that uses a bean with scope "session" a user goes to a login page and gives there user name and password this is send to the authbean and if all is correct will set a few

java.lang.ClassCastException: AuthBean

2001-03-14 Thread Pater Pandoson
che.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:479) Root cause: java.lang.ClassCastException: AuthBean at _0002fmenu_0002ejspmenu_jsp_0._jspService(_0002fmenu_0002ejspmenu_jsp_0.java:149) at org.apache.jasper

Re: java.lang.ClassCastException: AuthBean

2001-03-14 Thread Pater Pandoson
cat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:479) Root cause: java.lang.ClassCastException: AuthBean at _0002fmenu_0002ejspmenu_jsp_0._jspService(_0002fmenu_0002ejspmenu_jsp_0.java:149) at org.apache.jasper.runtime.Htt

Re: java.lang.ClassCastException: AuthBean

2001-03-14 Thread TAI Wai Wang, Leo
Message - From: "Pater Pandoson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 8:40 PM Subject: java.lang.ClassCastException: AuthBean I have been writing an app that uses a bean with scope "session" a user goes to a login page and gives there us