|
Hi, Kaustubh
you have two possibilties
1) import your bean
<%@ page
import="trial.TestBean" %> 2) or put your bean in a package "trial", so
in TestBean.java
source file the first line is to be
"package trial;" and the class file for TestBean.class is
to placed in
/my_application_home/web-inf/classes/trial/TestBean.class (as you have already done).
Regards,
Piotr K.
|
- JSP - Bean problem : plz help kaustubh
- Re: JSP - Bean problem : plz help Piotr Korzybski
- Re: JSP - Bean problem : plz help Galbreath, Mark
- Re: JSP - Bean problem : plz help kaustubh
- Re: JSP - Bean problem : plz help Galbreath, Mark
- Re: JSP - Bean problem : plz help Nic Ferrier
