Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

online examination

  Asked By: Charlie    Date: Sep 06    Category: Java    Views: 597
  

I am presently working on a project (online examination)...
i am having problems using beans...i am using tomcat as app-serv...now i placed
my beans in WEB-INF/classes/ folder...when i try to access the bean using <jsp
:usebean > tag it says that the class cannot be found....
now is it necessary to use an xml file here...if ye just send me an
explanation...the role of xml here.....

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Rocco Anderson     Answered On: Sep 06

Are you using packages for your classes???If yes
then give the full package path for your class  in
<jsp:useBean> tag.

 
Didn't find what you were looking for? Find more on online examination Or get search suggestion and latest updates.




Tagged: