-
How to use useBean (3 messages)
- Posted by: Srinivas pittala
- Posted on: September 04 2000 22:47 EDT
Hi ,
i'am doing a project related to ejb and jsp with weblogic 5.1 ,when i'am calling a bean in jsp file using useBean tag,i'am getting the error ClassNotFoundException
pl can u tell me where to place the class file of bean
(i tested the class files in weblogic\classes,weblogic\myserver\servletclasses,serverclasses)
BITTU
Threaded Messages (3)
- How to use useBean by B.C Yogesh on September 05 2000 04:51 EDT
- How to use useBean by Srinivas pittala on September 05 2000 11:03 EDT
- How to use useBean by Jaime Cid on September 06 2000 06:41 EDT
- How to use useBean by Srinivas pittala on September 05 2000 11:03 EDT
-
How to use useBean[ Go to top ]
- Posted by: B.C Yogesh
- Posted on: September 05 2000 04:51 EDT
- in response to Srinivas pittala
Hi,
Make sure you have given the package name.It's better to give a constructor for you bena implementation.You can store the bean in Classes Dir.
Regards . -
How to use useBean[ Go to top ]
- Posted by: Srinivas pittala
- Posted on: September 05 2000 11:03 EDT
- in response to B.C Yogesh
Thanx yogesh for ur reply .
Yah in bean impl i used constructor,and accesing the class with package aslo, still facing the same problem
regards
BITTU -
How to use useBean[ Go to top ]
- Posted by: Jaime Cid
- Posted on: September 06 2000 06:41 EDT
- in response to Srinivas pittala
Try to put the bean in the global classpath.
Be careful with the different class loaders