|
Hi, Pallav
you should put your bean in a package, for
example
com.mypackage.MyBean
So, the class file for MyBean is to placed
in
app/WEB-INF/classes/com/mypackage
directory.
In order to instantiate MyBean in your
JSP document
you have to modify appropriately 'class'
attribute
<jsp:useBean id="mybean"
scope="application" class="com.mypackage.MyBean" /> Regards,
Piotr K.
----- Original Message -----
|
- Re: ClassNotFoundException neeraja
- ClassNotFoundException Ryan Tey
- Re: ClassNotFoundException Seerangan Saminathan
- ClassNotFoundException Mike Cunningham
- ClassNotFoundException pallav
- Re: ClassNotFoundException Piotr Korzybski
- Re: ClassNotFoundException Leopoldo Garcia Bolivar
- Re: ClassNotFoundException Sourabh Kulkarni
- Re: ClassNotFoundException indresh padmonkar
